Shades of Jade #02BD64
Tints of Jade #02BD64
RGB
CMYK
RGB Variations
Color information
#02BD64 (or 0x02BD64) is known color: Jade. HEX triplet: 02, BD and 64. RGB value is (2,189,100). Sum of RGB (Red+Green+Blue) = 2+189+100=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 189 (74.22% from 255 or 64.95% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BD64 is #FD429B. Grayscale: #7B7B7B. Windows color (decimal): -16597660 or 6601986. OLE color: 6601986.
HSL color Cylindrical-coordinate representation of color #02BD64: hue angle of 151.44º 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 #02BD64 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 189 | 100 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.26 |
| HSL | 151.44º | 0.98% | 0.37% | - |
| HSV(B) | 151.44º | 0.99% | 0.74% | - |
| XYZ | 20.52 | 37.33 | 18.18 | - |
| YUV | 122.94 | 115.05 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 100 | 0.99 | 0 | 0.47 | 0.26 | 151.44 | 0.98 | 0.37 |
| Hex | 2 | BD | 64 | 63 | 0 | 2F | 1A | 97 | 62 | 25 |
| Octal | 2 | 275 | 144 | 143 | 0 | 57 | 32 | 227 | 142 | 45 |
| Binary | 10 | 10111101 | 1100100 | 1100011 | 0 | 101111 | 11010 | 10010111 | 1100010 | 100101 |
Color Harmonies of #02BD64
Complementary color
Monochromatic Colors of #02BD64
Black with #02BD64
Text Example
Text Example
White with #02BD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BD64; }
p { color: rgb(2,189,100); }
H1.HeaderClassName
{
color: #02BD64;
}
.AnyTagClassName
{
color: #02BD64;
}
</style>
background-color css
<style>
a { background-color: #02BD64; }
a { background-color: rgb(2,189,100); }
div.DivClassName
{
background-color: #02BD64;
}
.BgClassName
{
background-color: #02BD64;
}
</style>
border-color css
<style>
span { border-color: #02BD64; }
span { border-color: rgb(2,189,100); }
td.TdClassName
{
border-color: #02BD64;
}
.TagClassName
{
border-color: #02BD64;
}
</style>