Shades of Jade #02BD63
Tints of Jade #02BD63
RGB
CMYK
RGB Variations
Color information
#02BD63 (or 0x02BD63) is known color: Jade. HEX triplet: 02, BD and 63. RGB value is (2,189,99). Sum of RGB (Red+Green+Blue) = 2+189+99=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 189 (74.22% from 255 or 65.17% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BD63 is #FD429C. Grayscale: #7A7A7A. Windows color (decimal): -16597661 or 6536450. OLE color: 6536450.
HSL color Cylindrical-coordinate representation of color #02BD63: hue angle of 151.12º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BD63 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 189 | 99 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.26 |
| HSL | 151.12º | 0.98% | 0.37% | - |
| HSV(B) | 151.12º | 0.99% | 0.74% | - |
| XYZ | 20.47 | 37.31 | 17.93 | - |
| YUV | 122.83 | 114.55 | 41.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 99 | 0.99 | 0 | 0.48 | 0.26 | 151.12 | 0.98 | 0.37 |
| Hex | 2 | BD | 63 | 63 | 0 | 30 | 1A | 97 | 62 | 25 |
| Octal | 2 | 275 | 143 | 143 | 0 | 60 | 32 | 227 | 142 | 45 |
| Binary | 10 | 10111101 | 1100011 | 1100011 | 0 | 110000 | 11010 | 10010111 | 1100010 | 100101 |
Color Harmonies of #02BD63
Complementary color
Monochromatic Colors of #02BD63
Black with #02BD63
Text Example
Text Example
White with #02BD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BD63; }
p { color: rgb(2,189,99); }
H1.HeaderClassName
{
color: #02BD63;
}
.AnyTagClassName
{
color: #02BD63;
}
</style>
background-color css
<style>
a { background-color: #02BD63; }
a { background-color: rgb(2,189,99); }
div.DivClassName
{
background-color: #02BD63;
}
.BgClassName
{
background-color: #02BD63;
}
</style>
border-color css
<style>
span { border-color: #02BD63; }
span { border-color: rgb(2,189,99); }
td.TdClassName
{
border-color: #02BD63;
}
.TagClassName
{
border-color: #02BD63;
}
</style>