Shades of Jade #04C975
Tints of Jade #04C975
RGB
CMYK
RGB Variations
Color information
#04C975 (or 0x04C975) is known color: Jade. HEX triplet: 04, C9 and 75. RGB value is (4,201,117). Sum of RGB (Red+Green+Blue) = 4+201+117=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 201 (78.91% from 255 or 62.42% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 201 - color contains mainly: green. Hex color #04C975 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C975 is #FB368A. Grayscale: #848484. Windows color (decimal): -16463499 or 7719172. OLE color: 7719172.
HSL color Cylindrical-coordinate representation of color #04C975: hue angle of 154.42º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C975 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 201 | 117 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.21 |
| HSL | 154.42º | 0.96% | 0.4% | - |
| HSV(B) | 154.42º | 0.98% | 0.79% | - |
| XYZ | 24.15 | 43.08 | 23.87 | - |
| YUV | 132.52 | 119.23 | 36.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 201 | 117 | 0.98 | 0 | 0.42 | 0.21 | 154.42 | 0.96 | 0.4 |
| Hex | 4 | C9 | 75 | 62 | 0 | 2A | 15 | 9A | 60 | 28 |
| Octal | 4 | 311 | 165 | 142 | 0 | 52 | 25 | 232 | 140 | 50 |
| Binary | 100 | 11001001 | 1110101 | 1100010 | 0 | 101010 | 10101 | 10011010 | 1100000 | 101000 |
Color Harmonies of #04C975
Complementary color
Monochromatic Colors of #04C975
Black with #04C975
Text Example
Text Example
White with #04C975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C975; }
p { color: rgb(4,201,117); }
H1.HeaderClassName
{
color: #04C975;
}
.AnyTagClassName
{
color: #04C975;
}
</style>
background-color css
<style>
a { background-color: #04C975; }
a { background-color: rgb(4,201,117); }
div.DivClassName
{
background-color: #04C975;
}
.BgClassName
{
background-color: #04C975;
}
</style>
border-color css
<style>
span { border-color: #04C975; }
span { border-color: rgb(4,201,117); }
td.TdClassName
{
border-color: #04C975;
}
.TagClassName
{
border-color: #04C975;
}
</style>