#04CB75

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

Shades of Jade #04CB75

Tints of Jade #04CB75

Color information

#04CB75 (or 0x04CB75) is unknown color: approx Jade. HEX triplet: 04, CB and 75. RGB value is (4,203,117). Sum of RGB (Red+Green+Blue) = 4+203+117=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 203 (79.69% from 255 or 62.65% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CB75 is #FB348A. Grayscale: #858585. Windows color (decimal): -16462987 or 7719684. OLE color: 7719684.

HSL color Cylindrical-coordinate representation of color #04CB75: hue angle of 154.07º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CB75 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB4203117-
CMYK0.9800.420.20
HSL154.07º96.14%40.59%-
HSV(B)154.07º98.03%79.61%-
XYZ24.6244.0224.03-
YUV133.7118.5735.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.23%
GREEN value IS 203 (79.69% from 255) = 62.65%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=1.23%
G=62.65%
B=36.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal42031170.9800.420.20154.0796.1440.59
Hex4CB756202A149a6029
Octal43131651420522423214051
Binary1001100101111101011100010010101010100100110101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,203,117); }

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

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

 a { background-color: rgb(4,203,117); }

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

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

 span { border-color: rgb(4,203,117); }

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