Shades of Jade #02C56C
Tints of Jade #02C56C
RGB
CMYK
RGB Variations
Color information
#02C56C (or 0x02C56C) is known color: Jade. HEX triplet: 02, C5 and 6C. RGB value is (2,197,108). Sum of RGB (Red+Green+Blue) = 2+197+108=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 197 (77.34% from 255 or 64.17% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 197 - color contains mainly: green. Hex color #02C56C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C56C is #FD3A93. Grayscale: #808080. Windows color (decimal): -16595604 or 7128322. OLE color: 7128322.
HSL color Cylindrical-coordinate representation of color #02C56C: hue angle of 152.62º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C56C is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 108 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.23 |
| HSL | 152.62º | 0.98% | 0.39% | - |
| HSV(B) | 152.62º | 0.99% | 0.77% | - |
| XYZ | 22.7 | 41.03 | 20.91 | - |
| YUV | 128.55 | 116.4 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 108 | 0.99 | 0 | 0.45 | 0.23 | 152.62 | 0.98 | 0.39 |
| Hex | 2 | C5 | 6C | 63 | 0 | 2D | 17 | 99 | 62 | 27 |
| Octal | 2 | 305 | 154 | 143 | 0 | 55 | 27 | 231 | 142 | 47 |
| Binary | 10 | 11000101 | 1101100 | 1100011 | 0 | 101101 | 10111 | 10011001 | 1100010 | 100111 |
Color Harmonies of #02C56C
Complementary color
Monochromatic Colors of #02C56C
Black with #02C56C
Text Example
Text Example
White with #02C56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C56C; }
p { color: rgb(2,197,108); }
H1.HeaderClassName
{
color: #02C56C;
}
.AnyTagClassName
{
color: #02C56C;
}
</style>
background-color css
<style>
a { background-color: #02C56C; }
a { background-color: rgb(2,197,108); }
div.DivClassName
{
background-color: #02C56C;
}
.BgClassName
{
background-color: #02C56C;
}
</style>
border-color css
<style>
span { border-color: #02C56C; }
span { border-color: rgb(2,197,108); }
td.TdClassName
{
border-color: #02C56C;
}
.TagClassName
{
border-color: #02C56C;
}
</style>