Shades of Jade #06C56F
Tints of Jade #06C56F
RGB
CMYK
RGB Variations
Color information
#06C56F (or 0x06C56F) is known color: Jade. HEX triplet: 06, C5 and 6F. RGB value is (6,197,111). Sum of RGB (Red+Green+Blue) = 6+197+111=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 197 (77.34% from 255 or 62.74% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 197 - color contains mainly: green. Hex color #06C56F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C56F is #F93A90. Grayscale: #828282. Windows color (decimal): -16333457 or 7324934. OLE color: 7324934.
HSL color Cylindrical-coordinate representation of color #06C56F: hue angle of 152.98º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C56F is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 197 | 111 | - |
| CMYK | 0.97 | 0 | 0.44 | 0.23 |
| HSL | 152.98º | 0.94% | 0.4% | - |
| HSV(B) | 152.98º | 0.97% | 0.77% | - |
| XYZ | 22.91 | 41.12 | 21.77 | - |
| YUV | 130.09 | 117.22 | 39.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 197 | 111 | 0.97 | 0 | 0.44 | 0.23 | 152.98 | 0.94 | 0.4 |
| Hex | 6 | C5 | 6F | 61 | 0 | 2C | 17 | 99 | 5E | 28 |
| Octal | 6 | 305 | 157 | 141 | 0 | 54 | 27 | 231 | 136 | 50 |
| Binary | 110 | 11000101 | 1101111 | 1100001 | 0 | 101100 | 10111 | 10011001 | 1011110 | 101000 |
Color Harmonies of #06C56F
Complementary color
Monochromatic Colors of #06C56F
Black with #06C56F
Text Example
Text Example
White with #06C56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C56F; }
p { color: rgb(6,197,111); }
H1.HeaderClassName
{
color: #06C56F;
}
.AnyTagClassName
{
color: #06C56F;
}
</style>
background-color css
<style>
a { background-color: #06C56F; }
a { background-color: rgb(6,197,111); }
div.DivClassName
{
background-color: #06C56F;
}
.BgClassName
{
background-color: #06C56F;
}
</style>
border-color css
<style>
span { border-color: #06C56F; }
span { border-color: rgb(6,197,111); }
td.TdClassName
{
border-color: #06C56F;
}
.TagClassName
{
border-color: #06C56F;
}
</style>