Shades of Jade #04C566
Tints of Jade #04C566
RGB
CMYK
RGB Variations
Color information
#04C566 (or 0x04C566) is known color: Jade. HEX triplet: 04, C5 and 66. RGB value is (4,197,102). Sum of RGB (Red+Green+Blue) = 4+197+102=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 197 (77.34% from 255 or 65.02% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 197 - color contains mainly: green. Hex color #04C566 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C566 is #FB3A99. Grayscale: #808080. Windows color (decimal): -16464538 or 6735108. OLE color: 6735108.
HSL color Cylindrical-coordinate representation of color #04C566: hue angle of 150.47º 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 #04C566 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 197 | 102 | - |
| CMYK | 0.98 | 0 | 0.48 | 0.23 |
| HSL | 150.47º | 0.96% | 0.39% | - |
| HSV(B) | 150.47º | 0.98% | 0.77% | - |
| XYZ | 22.41 | 40.92 | 19.29 | - |
| YUV | 128.46 | 113.06 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 197 | 102 | 0.98 | 0 | 0.48 | 0.23 | 150.47 | 0.96 | 0.39 |
| Hex | 4 | C5 | 66 | 62 | 0 | 30 | 17 | 96 | 60 | 27 |
| Octal | 4 | 305 | 146 | 142 | 0 | 60 | 27 | 226 | 140 | 47 |
| Binary | 100 | 11000101 | 1100110 | 1100010 | 0 | 110000 | 10111 | 10010110 | 1100000 | 100111 |
Color Harmonies of #04C566
Complementary color
Monochromatic Colors of #04C566
Black with #04C566
Text Example
Text Example
White with #04C566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C566; }
p { color: rgb(4,197,102); }
H1.HeaderClassName
{
color: #04C566;
}
.AnyTagClassName
{
color: #04C566;
}
</style>
background-color css
<style>
a { background-color: #04C566; }
a { background-color: rgb(4,197,102); }
div.DivClassName
{
background-color: #04C566;
}
.BgClassName
{
background-color: #04C566;
}
</style>
border-color css
<style>
span { border-color: #04C566; }
span { border-color: rgb(4,197,102); }
td.TdClassName
{
border-color: #04C566;
}
.TagClassName
{
border-color: #04C566;
}
</style>