Shades of Jade #02C371
Tints of Jade #02C371
RGB
CMYK
RGB Variations
Color information
#02C371 (or 0x02C371) is known color: Jade. HEX triplet: 02, C3 and 71. RGB value is (2,195,113). Sum of RGB (Red+Green+Blue) = 2+195+113=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 195 (76.56% from 255 or 62.90% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 195 - color contains mainly: green. Hex color #02C371 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C371 is #FD3C8E. Grayscale: #808080. Windows color (decimal): -16596111 or 7455490. OLE color: 7455490.
HSL color Cylindrical-coordinate representation of color #02C371: hue angle of 154.51º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C371 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 113 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.24 |
| HSL | 154.51º | 0.98% | 0.39% | - |
| HSV(B) | 154.51º | 0.99% | 0.76% | - |
| XYZ | 22.52 | 40.24 | 22.2 | - |
| YUV | 127.95 | 119.56 | 38.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 113 | 0.99 | 0 | 0.42 | 0.24 | 154.51 | 0.98 | 0.39 |
| Hex | 2 | C3 | 71 | 63 | 0 | 2A | 18 | 9B | 62 | 27 |
| Octal | 2 | 303 | 161 | 143 | 0 | 52 | 30 | 233 | 142 | 47 |
| Binary | 10 | 11000011 | 1110001 | 1100011 | 0 | 101010 | 11000 | 10011011 | 1100010 | 100111 |
Color Harmonies of #02C371
Complementary color
Monochromatic Colors of #02C371
Black with #02C371
Text Example
Text Example
White with #02C371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C371; }
p { color: rgb(2,195,113); }
H1.HeaderClassName
{
color: #02C371;
}
.AnyTagClassName
{
color: #02C371;
}
</style>
background-color css
<style>
a { background-color: #02C371; }
a { background-color: rgb(2,195,113); }
div.DivClassName
{
background-color: #02C371;
}
.BgClassName
{
background-color: #02C371;
}
</style>
border-color css
<style>
span { border-color: #02C371; }
span { border-color: rgb(2,195,113); }
td.TdClassName
{
border-color: #02C371;
}
.TagClassName
{
border-color: #02C371;
}
</style>