Shades of Jade #02C375
Tints of Jade #02C375
RGB
CMYK
RGB Variations
Color information
#02C375 (or 0x02C375) is known color: Jade. HEX triplet: 02, C3 and 75. RGB value is (2,195,117). Sum of RGB (Red+Green+Blue) = 2+195+117=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 195 (76.56% from 255 or 62.10% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 195 - color contains mainly: green. Hex color #02C375 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C375 is #FD3C8A. Grayscale: #808080. Windows color (decimal): -16596107 or 7717634. OLE color: 7717634.
HSL color Cylindrical-coordinate representation of color #02C375: hue angle of 155.75º 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 #02C375 is Cyan = 0.99, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 117 | - |
| CMYK | 0.99 | 0 | 0.4 | 0.24 |
| HSL | 155.75º | 0.98% | 0.39% | - |
| HSV(B) | 155.75º | 0.99% | 0.76% | - |
| XYZ | 22.75 | 40.33 | 23.41 | - |
| YUV | 128.4 | 121.56 | 37.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 117 | 0.99 | 0 | 0.4 | 0.24 | 155.75 | 0.98 | 0.39 |
| Hex | 2 | C3 | 75 | 63 | 0 | 28 | 18 | 9C | 62 | 27 |
| Octal | 2 | 303 | 165 | 143 | 0 | 50 | 30 | 234 | 142 | 47 |
| Binary | 10 | 11000011 | 1110101 | 1100011 | 0 | 101000 | 11000 | 10011100 | 1100010 | 100111 |
Color Harmonies of #02C375
Complementary color
Monochromatic Colors of #02C375
Black with #02C375
Text Example
Text Example
White with #02C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C375; }
p { color: rgb(2,195,117); }
H1.HeaderClassName
{
color: #02C375;
}
.AnyTagClassName
{
color: #02C375;
}
</style>
background-color css
<style>
a { background-color: #02C375; }
a { background-color: rgb(2,195,117); }
div.DivClassName
{
background-color: #02C375;
}
.BgClassName
{
background-color: #02C375;
}
</style>
border-color css
<style>
span { border-color: #02C375; }
span { border-color: rgb(2,195,117); }
td.TdClassName
{
border-color: #02C375;
}
.TagClassName
{
border-color: #02C375;
}
</style>