Shades of Jade #02CE74
Tints of Jade #02CE74
RGB
CMYK
RGB Variations
Color information
#02CE74 (or 0x02CE74) is known color: Jade. HEX triplet: 02, CE and 74. RGB value is (2,206,116). Sum of RGB (Red+Green+Blue) = 2+206+116=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 206 (80.86% from 255 or 63.58% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CE74 is #FD318B. Grayscale: #868686. Windows color (decimal): -16593292 or 7654914. OLE color: 7654914.
HSL color Cylindrical-coordinate representation of color #02CE74: hue angle of 153.53º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CE74 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 116 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.19 |
| HSL | 153.53º | 0.98% | 0.41% | - |
| HSV(B) | 153.53º | 0.99% | 0.81% | - |
| XYZ | 25.25 | 45.42 | 23.96 | - |
| YUV | 134.74 | 117.41 | 33.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 116 | 0.99 | 0 | 0.44 | 0.19 | 153.53 | 0.98 | 0.41 |
| Hex | 2 | CE | 74 | 63 | 0 | 2C | 13 | 9A | 62 | 29 |
| Octal | 2 | 316 | 164 | 143 | 0 | 54 | 23 | 232 | 142 | 51 |
| Binary | 10 | 11001110 | 1110100 | 1100011 | 0 | 101100 | 10011 | 10011010 | 1100010 | 101001 |
Color Harmonies of #02CE74
Complementary color
Monochromatic Colors of #02CE74
Black with #02CE74
Text Example
Text Example
White with #02CE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE74; }
p { color: rgb(2,206,116); }
H1.HeaderClassName
{
color: #02CE74;
}
.AnyTagClassName
{
color: #02CE74;
}
</style>
background-color css
<style>
a { background-color: #02CE74; }
a { background-color: rgb(2,206,116); }
div.DivClassName
{
background-color: #02CE74;
}
.BgClassName
{
background-color: #02CE74;
}
</style>
border-color css
<style>
span { border-color: #02CE74; }
span { border-color: rgb(2,206,116); }
td.TdClassName
{
border-color: #02CE74;
}
.TagClassName
{
border-color: #02CE74;
}
</style>