Shades of Jade #04BB60
Tints of Jade #04BB60
RGB
CMYK
RGB Variations
Color information
#04BB60 (or 0x04BB60) is known color: Jade. HEX triplet: 04, BB and 60. RGB value is (4,187,96). Sum of RGB (Red+Green+Blue) = 4+187+96=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 187 (73.44% from 255 or 65.16% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 187 - color contains mainly: green. Hex color #04BB60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BB60 is #FB449F. Grayscale: #7A7A7A. Windows color (decimal): -16467104 or 6339332. OLE color: 6339332.
HSL color Cylindrical-coordinate representation of color #04BB60: hue angle of 150.16º 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 #04BB60 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 187 | 96 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.27 |
| HSL | 150.16º | 0.96% | 0.37% | - |
| HSV(B) | 150.16º | 0.98% | 0.73% | - |
| XYZ | 19.93 | 36.41 | 17.04 | - |
| YUV | 121.91 | 113.37 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 187 | 96 | 0.98 | 0 | 0.49 | 0.27 | 150.16 | 0.96 | 0.37 |
| Hex | 4 | BB | 60 | 62 | 0 | 31 | 1B | 96 | 60 | 25 |
| Octal | 4 | 273 | 140 | 142 | 0 | 61 | 33 | 226 | 140 | 45 |
| Binary | 100 | 10111011 | 1100000 | 1100010 | 0 | 110001 | 11011 | 10010110 | 1100000 | 100101 |
Color Harmonies of #04BB60
Complementary color
Monochromatic Colors of #04BB60
Black with #04BB60
Text Example
Text Example
White with #04BB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BB60; }
p { color: rgb(4,187,96); }
H1.HeaderClassName
{
color: #04BB60;
}
.AnyTagClassName
{
color: #04BB60;
}
</style>
background-color css
<style>
a { background-color: #04BB60; }
a { background-color: rgb(4,187,96); }
div.DivClassName
{
background-color: #04BB60;
}
.BgClassName
{
background-color: #04BB60;
}
</style>
border-color css
<style>
span { border-color: #04BB60; }
span { border-color: rgb(4,187,96); }
td.TdClassName
{
border-color: #04BB60;
}
.TagClassName
{
border-color: #04BB60;
}
</style>