#04BB62

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

Shades of Jade #04BB62

Tints of Jade #04BB62

Color information

#04BB62 (or 0x04BB62) is unknown color: approx Jade. HEX triplet: 04, BB and 62. RGB value is (4,187,98). Sum of RGB (Red+Green+Blue) = 4+187+98=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 187 (73.44% from 255 or 64.71% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 187 - color contains mainly: green. Hex color #04BB62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BB62 is #FB449D. Grayscale: #7A7A7A. Windows color (decimal): -16467102 or 6470404. OLE color: 6470404.

HSL color Cylindrical-coordinate representation of color #04BB62: hue angle of 150.82º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BB62 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB418798-
CMYK0.9800.480.27
HSL150.82º95.81%37.45%-
HSV(B)150.82º97.86%73.33%-
XYZ20.0236.4517.54-
YUV122.14114.3743.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.38%
GREEN value IS 187 (73.44% from 255) = 64.71%
BLUE value IS 98 (38.67% from 255) = 33.91%
R=1.38%
G=64.71%
B=33.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4187980.9800.480.27150.8295.8137.45
Hex4BB62620301B976025
Octal42731421420603322714045
Binary1001011101111000101100010011000011011100101111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,187,98); }

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

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

 a { background-color: rgb(4,187,98); }

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

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

 span { border-color: rgb(4,187,98); }

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