Shades of Jade #02C574
Tints of Jade #02C574
RGB
CMYK
RGB Variations
Color information
#02C574 (or 0x02C574) is known color: Jade. HEX triplet: 02, C5 and 74. RGB value is (2,197,116). Sum of RGB (Red+Green+Blue) = 2+197+116=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 197 (77.34% from 255 or 62.54% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 197 - color contains mainly: green. Hex color #02C574 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C574 is #FD3A8B. Grayscale: #818181. Windows color (decimal): -16595596 or 7652610. OLE color: 7652610.
HSL color Cylindrical-coordinate representation of color #02C574: hue angle of 155.08º 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 #02C574 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 116 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.23 |
| HSL | 155.08º | 0.98% | 0.39% | - |
| HSV(B) | 155.08º | 0.99% | 0.77% | - |
| XYZ | 23.14 | 41.21 | 23.26 | - |
| YUV | 129.46 | 120.4 | 37.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 116 | 0.99 | 0 | 0.41 | 0.23 | 155.08 | 0.98 | 0.39 |
| Hex | 2 | C5 | 74 | 63 | 0 | 29 | 17 | 9B | 62 | 27 |
| Octal | 2 | 305 | 164 | 143 | 0 | 51 | 27 | 233 | 142 | 47 |
| Binary | 10 | 11000101 | 1110100 | 1100011 | 0 | 101001 | 10111 | 10011011 | 1100010 | 100111 |
Color Harmonies of #02C574
Complementary color
Monochromatic Colors of #02C574
Black with #02C574
Text Example
Text Example
White with #02C574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C574; }
p { color: rgb(2,197,116); }
H1.HeaderClassName
{
color: #02C574;
}
.AnyTagClassName
{
color: #02C574;
}
</style>
background-color css
<style>
a { background-color: #02C574; }
a { background-color: rgb(2,197,116); }
div.DivClassName
{
background-color: #02C574;
}
.BgClassName
{
background-color: #02C574;
}
</style>
border-color css
<style>
span { border-color: #02C574; }
span { border-color: rgb(2,197,116); }
td.TdClassName
{
border-color: #02C574;
}
.TagClassName
{
border-color: #02C574;
}
</style>