Shades of Jade #02C875
Tints of Jade #02C875
RGB
CMYK
RGB Variations
Color information
#02C875 (or 0x02C875) is known color: Jade. HEX triplet: 02, C8 and 75. RGB value is (2,200,117). Sum of RGB (Red+Green+Blue) = 2+200+117=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #02C875 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C875 is #FD378A. Grayscale: #838383. Windows color (decimal): -16594827 or 7718914. OLE color: 7718914.
HSL color Cylindrical-coordinate representation of color #02C875: hue angle of 154.85º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C875 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 117 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.22 |
| HSL | 154.85º | 0.98% | 0.4% | - |
| HSV(B) | 154.85º | 0.99% | 0.78% | - |
| XYZ | 23.89 | 42.61 | 23.79 | - |
| YUV | 131.34 | 119.9 | 35.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 117 | 0.99 | 0 | 0.42 | 0.22 | 154.85 | 0.98 | 0.4 |
| Hex | 2 | C8 | 75 | 63 | 0 | 2A | 16 | 9B | 62 | 28 |
| Octal | 2 | 310 | 165 | 143 | 0 | 52 | 26 | 233 | 142 | 50 |
| Binary | 10 | 11001000 | 1110101 | 1100011 | 0 | 101010 | 10110 | 10011011 | 1100010 | 101000 |
Color Harmonies of #02C875
Complementary color
Monochromatic Colors of #02C875
Black with #02C875
Text Example
Text Example
White with #02C875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C875; }
p { color: rgb(2,200,117); }
H1.HeaderClassName
{
color: #02C875;
}
.AnyTagClassName
{
color: #02C875;
}
</style>
background-color css
<style>
a { background-color: #02C875; }
a { background-color: rgb(2,200,117); }
div.DivClassName
{
background-color: #02C875;
}
.BgClassName
{
background-color: #02C875;
}
</style>
border-color css
<style>
span { border-color: #02C875; }
span { border-color: rgb(2,200,117); }
td.TdClassName
{
border-color: #02C875;
}
.TagClassName
{
border-color: #02C875;
}
</style>