Shades of Jade #05C06F
Tints of Jade #05C06F
RGB
CMYK
RGB Variations
Color information
#05C06F (or 0x05C06F) is known color: Jade. HEX triplet: 05, C0 and 6F. RGB value is (5,192,111). Sum of RGB (Red+Green+Blue) = 5+192+111=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #05C06F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C06F is #FA3F90. Grayscale: #7E7E7E. Windows color (decimal): -16400273 or 7323653. OLE color: 7323653.
HSL color Cylindrical-coordinate representation of color #05C06F: hue angle of 154.01º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C06F is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 192 | 111 | - |
| CMYK | 0.97 | 0 | 0.42 | 0.25 |
| HSL | 154.01º | 0.95% | 0.39% | - |
| HSV(B) | 154.01º | 0.97% | 0.75% | - |
| XYZ | 21.78 | 38.88 | 21.4 | - |
| YUV | 126.85 | 119.05 | 41.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 111 | 0.97 | 0 | 0.42 | 0.25 | 154.01 | 0.95 | 0.39 |
| Hex | 5 | C0 | 6F | 61 | 0 | 2A | 19 | 9A | 5F | 27 |
| Octal | 5 | 300 | 157 | 141 | 0 | 52 | 31 | 232 | 137 | 47 |
| Binary | 101 | 11000000 | 1101111 | 1100001 | 0 | 101010 | 11001 | 10011010 | 1011111 | 100111 |
Color Harmonies of #05C06F
Complementary color
Monochromatic Colors of #05C06F
Black with #05C06F
Text Example
Text Example
White with #05C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C06F; }
p { color: rgb(5,192,111); }
H1.HeaderClassName
{
color: #05C06F;
}
.AnyTagClassName
{
color: #05C06F;
}
</style>
background-color css
<style>
a { background-color: #05C06F; }
a { background-color: rgb(5,192,111); }
div.DivClassName
{
background-color: #05C06F;
}
.BgClassName
{
background-color: #05C06F;
}
</style>
border-color css
<style>
span { border-color: #05C06F; }
span { border-color: rgb(5,192,111); }
td.TdClassName
{
border-color: #05C06F;
}
.TagClassName
{
border-color: #05C06F;
}
</style>