Shades of Jade #02C568
Tints of Jade #02C568
RGB
CMYK
RGB Variations
Color information
#02C568 (or 0x02C568) is known color: Jade. HEX triplet: 02, C5 and 68. RGB value is (2,197,104). Sum of RGB (Red+Green+Blue) = 2+197+104=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 197 (77.34% from 255 or 65.02% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 197 - color contains mainly: green. Hex color #02C568 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C568 is #FD3A97. Grayscale: #808080. Windows color (decimal): -16595608 or 6866178. OLE color: 6866178.
HSL color Cylindrical-coordinate representation of color #02C568: hue angle of 151.38º 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 #02C568 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 104 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.23 |
| HSL | 151.38º | 0.98% | 0.39% | - |
| HSV(B) | 151.38º | 0.99% | 0.77% | - |
| XYZ | 22.49 | 40.94 | 19.81 | - |
| YUV | 128.09 | 114.4 | 38.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 104 | 0.99 | 0 | 0.47 | 0.23 | 151.38 | 0.98 | 0.39 |
| Hex | 2 | C5 | 68 | 63 | 0 | 2F | 17 | 97 | 62 | 27 |
| Octal | 2 | 305 | 150 | 143 | 0 | 57 | 27 | 227 | 142 | 47 |
| Binary | 10 | 11000101 | 1101000 | 1100011 | 0 | 101111 | 10111 | 10010111 | 1100010 | 100111 |
Color Harmonies of #02C568
Complementary color
Monochromatic Colors of #02C568
Black with #02C568
Text Example
Text Example
White with #02C568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C568; }
p { color: rgb(2,197,104); }
H1.HeaderClassName
{
color: #02C568;
}
.AnyTagClassName
{
color: #02C568;
}
</style>
background-color css
<style>
a { background-color: #02C568; }
a { background-color: rgb(2,197,104); }
div.DivClassName
{
background-color: #02C568;
}
.BgClassName
{
background-color: #02C568;
}
</style>
border-color css
<style>
span { border-color: #02C568; }
span { border-color: rgb(2,197,104); }
td.TdClassName
{
border-color: #02C568;
}
.TagClassName
{
border-color: #02C568;
}
</style>