Shades of Jade #04C06D
Tints of Jade #04C06D
RGB
CMYK
RGB Variations
Color information
#04C06D (or 0x04C06D) is known color: Jade. HEX triplet: 04, C0 and 6D. RGB value is (4,192,109). Sum of RGB (Red+Green+Blue) = 4+192+109=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #04C06D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C06D is #FB3F92. Grayscale: #7E7E7E. Windows color (decimal): -16465811 or 7192580. OLE color: 7192580.
HSL color Cylindrical-coordinate representation of color #04C06D: hue angle of 153.51º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C06D is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 109 | - |
| CMYK | 0.98 | 0 | 0.43 | 0.25 |
| HSL | 153.51º | 0.96% | 0.38% | - |
| HSV(B) | 153.51º | 0.98% | 0.75% | - |
| XYZ | 21.66 | 38.83 | 20.82 | - |
| YUV | 126.33 | 118.22 | 40.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 109 | 0.98 | 0 | 0.43 | 0.25 | 153.51 | 0.96 | 0.38 |
| Hex | 4 | C0 | 6D | 62 | 0 | 2B | 19 | 9A | 60 | 26 |
| Octal | 4 | 300 | 155 | 142 | 0 | 53 | 31 | 232 | 140 | 46 |
| Binary | 100 | 11000000 | 1101101 | 1100010 | 0 | 101011 | 11001 | 10011010 | 1100000 | 100110 |
Color Harmonies of #04C06D
Complementary color
Monochromatic Colors of #04C06D
Black with #04C06D
Text Example
Text Example
White with #04C06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C06D; }
p { color: rgb(4,192,109); }
H1.HeaderClassName
{
color: #04C06D;
}
.AnyTagClassName
{
color: #04C06D;
}
</style>
background-color css
<style>
a { background-color: #04C06D; }
a { background-color: rgb(4,192,109); }
div.DivClassName
{
background-color: #04C06D;
}
.BgClassName
{
background-color: #04C06D;
}
</style>
border-color css
<style>
span { border-color: #04C06D; }
span { border-color: rgb(4,192,109); }
td.TdClassName
{
border-color: #04C06D;
}
.TagClassName
{
border-color: #04C06D;
}
</style>