Shades of Jade #04C470
Tints of Jade #04C470
RGB
CMYK
RGB Variations
Color information
#04C470 (or 0x04C470) is known color: Jade. HEX triplet: 04, C4 and 70. RGB value is (4,196,112). Sum of RGB (Red+Green+Blue) = 4+196+112=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 196 (76.95% from 255 or 62.82% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 196 - color contains mainly: green. Hex color #04C470 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C470 is #FB3B8F. Grayscale: #818181. Windows color (decimal): -16464784 or 7390212. OLE color: 7390212.
HSL color Cylindrical-coordinate representation of color #04C470: hue angle of 153.75º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C470 is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 196 | 112 | - |
| CMYK | 0.98 | 0 | 0.43 | 0.23 |
| HSL | 153.75º | 0.96% | 0.39% | - |
| HSV(B) | 153.75º | 0.98% | 0.77% | - |
| XYZ | 22.71 | 40.68 | 21.98 | - |
| YUV | 129.02 | 118.39 | 38.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 196 | 112 | 0.98 | 0 | 0.43 | 0.23 | 153.75 | 0.96 | 0.39 |
| Hex | 4 | C4 | 70 | 62 | 0 | 2B | 17 | 9A | 60 | 27 |
| Octal | 4 | 304 | 160 | 142 | 0 | 53 | 27 | 232 | 140 | 47 |
| Binary | 100 | 11000100 | 1110000 | 1100010 | 0 | 101011 | 10111 | 10011010 | 1100000 | 100111 |
Color Harmonies of #04C470
Complementary color
Monochromatic Colors of #04C470
Black with #04C470
Text Example
Text Example
White with #04C470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C470; }
p { color: rgb(4,196,112); }
H1.HeaderClassName
{
color: #04C470;
}
.AnyTagClassName
{
color: #04C470;
}
</style>
background-color css
<style>
a { background-color: #04C470; }
a { background-color: rgb(4,196,112); }
div.DivClassName
{
background-color: #04C470;
}
.BgClassName
{
background-color: #04C470;
}
</style>
border-color css
<style>
span { border-color: #04C470; }
span { border-color: rgb(4,196,112); }
td.TdClassName
{
border-color: #04C470;
}
.TagClassName
{
border-color: #04C470;
}
</style>