Shades of Jade #04C06B
Tints of Jade #04C06B
RGB
CMYK
RGB Variations
Color information
#04C06B (or 0x04C06B) is known color: Jade. HEX triplet: 04, C0 and 6B. RGB value is (4,192,107). Sum of RGB (Red+Green+Blue) = 4+192+107=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #04C06B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C06B is #FB3F94. Grayscale: #7E7E7E. Windows color (decimal): -16465813 or 7061508. OLE color: 7061508.
HSL color Cylindrical-coordinate representation of color #04C06B: hue angle of 152.87º 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 #04C06B is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 107 | - |
| CMYK | 0.98 | 0 | 0.44 | 0.25 |
| HSL | 152.87º | 0.96% | 0.38% | - |
| HSV(B) | 152.87º | 0.98% | 0.75% | - |
| XYZ | 21.55 | 38.79 | 20.26 | - |
| YUV | 126.1 | 117.22 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 107 | 0.98 | 0 | 0.44 | 0.25 | 152.87 | 0.96 | 0.38 |
| Hex | 4 | C0 | 6B | 62 | 0 | 2C | 19 | 99 | 60 | 26 |
| Octal | 4 | 300 | 153 | 142 | 0 | 54 | 31 | 231 | 140 | 46 |
| Binary | 100 | 11000000 | 1101011 | 1100010 | 0 | 101100 | 11001 | 10011001 | 1100000 | 100110 |
Color Harmonies of #04C06B
Complementary color
Monochromatic Colors of #04C06B
Black with #04C06B
Text Example
Text Example
White with #04C06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C06B; }
p { color: rgb(4,192,107); }
H1.HeaderClassName
{
color: #04C06B;
}
.AnyTagClassName
{
color: #04C06B;
}
</style>
background-color css
<style>
a { background-color: #04C06B; }
a { background-color: rgb(4,192,107); }
div.DivClassName
{
background-color: #04C06B;
}
.BgClassName
{
background-color: #04C06B;
}
</style>
border-color css
<style>
span { border-color: #04C06B; }
span { border-color: rgb(4,192,107); }
td.TdClassName
{
border-color: #04C06B;
}
.TagClassName
{
border-color: #04C06B;
}
</style>