Shades of Jade #04C666
Tints of Jade #04C666
RGB
CMYK
RGB Variations
Color information
#04C666 (or 0x04C666) is known color: Jade. HEX triplet: 04, C6 and 66. RGB value is (4,198,102). Sum of RGB (Red+Green+Blue) = 4+198+102=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 198 (77.73% from 255 or 65.13% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 198 - color contains mainly: green. Hex color #04C666 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C666 is #FB3999. Grayscale: #818181. Windows color (decimal): -16464282 or 6735364. OLE color: 6735364.
HSL color Cylindrical-coordinate representation of color #04C666: hue angle of 150.31º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C666 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 198 | 102 | - |
| CMYK | 0.98 | 0 | 0.48 | 0.22 |
| HSL | 150.31º | 0.96% | 0.4% | - |
| HSV(B) | 150.31º | 0.98% | 0.78% | - |
| XYZ | 22.64 | 41.37 | 19.36 | - |
| YUV | 129.05 | 112.73 | 38.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 198 | 102 | 0.98 | 0 | 0.48 | 0.22 | 150.31 | 0.96 | 0.4 |
| Hex | 4 | C6 | 66 | 62 | 0 | 30 | 16 | 96 | 60 | 28 |
| Octal | 4 | 306 | 146 | 142 | 0 | 60 | 26 | 226 | 140 | 50 |
| Binary | 100 | 11000110 | 1100110 | 1100010 | 0 | 110000 | 10110 | 10010110 | 1100000 | 101000 |
Color Harmonies of #04C666
Complementary color
Monochromatic Colors of #04C666
Black with #04C666
Text Example
Text Example
White with #04C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C666; }
p { color: rgb(4,198,102); }
H1.HeaderClassName
{
color: #04C666;
}
.AnyTagClassName
{
color: #04C666;
}
</style>
background-color css
<style>
a { background-color: #04C666; }
a { background-color: rgb(4,198,102); }
div.DivClassName
{
background-color: #04C666;
}
.BgClassName
{
background-color: #04C666;
}
</style>
border-color css
<style>
span { border-color: #04C666; }
span { border-color: rgb(4,198,102); }
td.TdClassName
{
border-color: #04C666;
}
.TagClassName
{
border-color: #04C666;
}
</style>