Shades of Jade #04CC72
Tints of Jade #04CC72
RGB
CMYK
RGB Variations
Color information
#04CC72 (or 0x04CC72) is known color: Jade. HEX triplet: 04, CC and 72. RGB value is (4,204,114). Sum of RGB (Red+Green+Blue) = 4+204+114=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 204 (80.08% from 255 or 63.35% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CC72 is #FB338D. Grayscale: #868686. Windows color (decimal): -16462734 or 7523332. OLE color: 7523332.
HSL color Cylindrical-coordinate representation of color #04CC72: hue angle of 153º 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 #04CC72 is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 204 | 114 | - |
| CMYK | 0.98 | 0 | 0.44 | 0.2 |
| HSL | 153º | 0.96% | 0.41% | - |
| HSV(B) | 153º | 0.98% | 0.8% | - |
| XYZ | 24.68 | 44.43 | 23.19 | - |
| YUV | 133.94 | 116.74 | 35.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 114 | 0.98 | 0 | 0.44 | 0.2 | 153 | 0.96 | 0.41 |
| Hex | 4 | CC | 72 | 62 | 0 | 2C | 14 | 99 | 60 | 29 |
| Octal | 4 | 314 | 162 | 142 | 0 | 54 | 24 | 231 | 140 | 51 |
| Binary | 100 | 11001100 | 1110010 | 1100010 | 0 | 101100 | 10100 | 10011001 | 1100000 | 101001 |
Color Harmonies of #04CC72
Complementary color
Monochromatic Colors of #04CC72
Black with #04CC72
Text Example
Text Example
White with #04CC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CC72; }
p { color: rgb(4,204,114); }
H1.HeaderClassName
{
color: #04CC72;
}
.AnyTagClassName
{
color: #04CC72;
}
</style>
background-color css
<style>
a { background-color: #04CC72; }
a { background-color: rgb(4,204,114); }
div.DivClassName
{
background-color: #04CC72;
}
.BgClassName
{
background-color: #04CC72;
}
</style>
border-color css
<style>
span { border-color: #04CC72; }
span { border-color: rgb(4,204,114); }
td.TdClassName
{
border-color: #04CC72;
}
.TagClassName
{
border-color: #04CC72;
}
</style>