#04C363

Color #04C363 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #04C363

Tints of Jade #04C363

Color information

#04C363 (or 0x04C363) is unknown color: approx Jade. HEX triplet: 04, C3 and 63. RGB value is (4,195,99). Sum of RGB (Red+Green+Blue) = 4+195+99=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 195 (76.56% from 255 or 65.44% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 195 - color contains mainly: green. Hex color #04C363 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C363 is #FB3C9C. Grayscale: #7F7F7F. Windows color (decimal): -16465053 or 6537988. OLE color: 6537988.

HSL color Cylindrical-coordinate representation of color #04C363: hue angle of 149.84º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C363 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB419599-
CMYK0.9800.490.24
HSL149.84º95.98%39.02%-
HSV(B)149.84º97.95%76.47%-
XYZ21.8239.9618.37-
YUV126.95112.2240.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.34%
GREEN value IS 195 (76.56% from 255) = 65.44%
BLUE value IS 99 (39.06% from 255) = 33.22%
R=1.34%
G=65.44%
B=33.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal4195990.9800.490.24149.8495.9839.02
Hex4C3636203118966027
Octal43031431420613022614047
Binary1001100001111000111100010011000111000100101101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04C363; }

 p { color: rgb(4,195,99); }

 H1.HeaderClassName
 {
   color: #04C363;
 }
 .AnyTagClassName
 {
   color: #04C363;
 }
</style>
background-color css

<style>
 a { background-color: #04C363; }

 a { background-color: rgb(4,195,99); }

 div.DivClassName
 {
   background-color: #04C363;
 }
 .BgClassName
 {
   background-color: #04C363;
 }
</style>
border-color css

<style>
 span { border-color: #04C363; }

 span { border-color: rgb(4,195,99); }

 td.TdClassName
 {
   border-color: #04C363;
 }
 .TagClassName
 {
   border-color: #04C363;
 }
</style>