Shades of Jade #02B865
Tints of Jade #02B865
RGB
CMYK
RGB Variations
Color information
#02B865 (or 0x02B865) is known color: Jade. HEX triplet: 02, B8 and 65. RGB value is (2,184,101). Sum of RGB (Red+Green+Blue) = 2+184+101=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 184 (72.27% from 255 or 64.11% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 184 - color contains mainly: green. Hex color #02B865 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B865 is #FD479A. Grayscale: #787878. Windows color (decimal): -16598939 or 6666242. OLE color: 6666242.
HSL color Cylindrical-coordinate representation of color #02B865: hue angle of 152.64º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B865 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 184 | 101 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.28 |
| HSL | 152.64º | 0.98% | 0.36% | - |
| HSV(B) | 152.64º | 0.99% | 0.72% | - |
| XYZ | 19.51 | 35.23 | 18.08 | - |
| YUV | 120.12 | 117.2 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 184 | 101 | 0.99 | 0 | 0.45 | 0.28 | 152.64 | 0.98 | 0.36 |
| Hex | 2 | B8 | 65 | 63 | 0 | 2D | 1C | 99 | 62 | 24 |
| Octal | 2 | 270 | 145 | 143 | 0 | 55 | 34 | 231 | 142 | 44 |
| Binary | 10 | 10111000 | 1100101 | 1100011 | 0 | 101101 | 11100 | 10011001 | 1100010 | 100100 |
Color Harmonies of #02B865
Complementary color
Monochromatic Colors of #02B865
Black with #02B865
Text Example
Text Example
White with #02B865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B865; }
p { color: rgb(2,184,101); }
H1.HeaderClassName
{
color: #02B865;
}
.AnyTagClassName
{
color: #02B865;
}
</style>
background-color css
<style>
a { background-color: #02B865; }
a { background-color: rgb(2,184,101); }
div.DivClassName
{
background-color: #02B865;
}
.BgClassName
{
background-color: #02B865;
}
</style>
border-color css
<style>
span { border-color: #02B865; }
span { border-color: rgb(2,184,101); }
td.TdClassName
{
border-color: #02B865;
}
.TagClassName
{
border-color: #02B865;
}
</style>