Shades of Jade #02BB66
Tints of Jade #02BB66
RGB
CMYK
RGB Variations
Color information
#02BB66 (or 0x02BB66) is known color: Jade. HEX triplet: 02, BB and 66. RGB value is (2,187,102). Sum of RGB (Red+Green+Blue) = 2+187+102=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 187 (73.44% from 255 or 64.26% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 187 - color contains mainly: green. Hex color #02BB66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BB66 is #FD4499. Grayscale: #7A7A7A. Windows color (decimal): -16598170 or 6732546. OLE color: 6732546.
HSL color Cylindrical-coordinate representation of color #02BB66: hue angle of 152.43º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BB66 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 187 | 102 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.27 |
| HSL | 152.43º | 0.98% | 0.37% | - |
| HSV(B) | 152.43º | 0.99% | 0.73% | - |
| XYZ | 20.19 | 36.51 | 18.55 | - |
| YUV | 122 | 116.71 | 42.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 187 | 102 | 0.99 | 0 | 0.45 | 0.27 | 152.43 | 0.98 | 0.37 |
| Hex | 2 | BB | 66 | 63 | 0 | 2D | 1B | 98 | 62 | 25 |
| Octal | 2 | 273 | 146 | 143 | 0 | 55 | 33 | 230 | 142 | 45 |
| Binary | 10 | 10111011 | 1100110 | 1100011 | 0 | 101101 | 11011 | 10011000 | 1100010 | 100101 |
Color Harmonies of #02BB66
Complementary color
Monochromatic Colors of #02BB66
Black with #02BB66
Text Example
Text Example
White with #02BB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BB66; }
p { color: rgb(2,187,102); }
H1.HeaderClassName
{
color: #02BB66;
}
.AnyTagClassName
{
color: #02BB66;
}
</style>
background-color css
<style>
a { background-color: #02BB66; }
a { background-color: rgb(2,187,102); }
div.DivClassName
{
background-color: #02BB66;
}
.BgClassName
{
background-color: #02BB66;
}
</style>
border-color css
<style>
span { border-color: #02BB66; }
span { border-color: rgb(2,187,102); }
td.TdClassName
{
border-color: #02BB66;
}
.TagClassName
{
border-color: #02BB66;
}
</style>