Shades of Jade #02BC64
Tints of Jade #02BC64
RGB
CMYK
RGB Variations
Color information
#02BC64 (or 0x02BC64) is known color: Jade. HEX triplet: 02, BC and 64. RGB value is (2,188,100). Sum of RGB (Red+Green+Blue) = 2+188+100=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 188 (73.83% from 255 or 64.83% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BC64 is #FD439B. Grayscale: #7A7A7A. Windows color (decimal): -16597916 or 6601730. OLE color: 6601730.
HSL color Cylindrical-coordinate representation of color #02BC64: hue angle of 151.61º 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 #02BC64 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 100 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.26 |
| HSL | 151.61º | 0.98% | 0.37% | - |
| HSV(B) | 151.61º | 0.99% | 0.74% | - |
| XYZ | 20.31 | 36.9 | 18.11 | - |
| YUV | 122.35 | 115.38 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 100 | 0.99 | 0 | 0.47 | 0.26 | 151.61 | 0.98 | 0.37 |
| Hex | 2 | BC | 64 | 63 | 0 | 2F | 1A | 98 | 62 | 25 |
| Octal | 2 | 274 | 144 | 143 | 0 | 57 | 32 | 230 | 142 | 45 |
| Binary | 10 | 10111100 | 1100100 | 1100011 | 0 | 101111 | 11010 | 10011000 | 1100010 | 100101 |
Color Harmonies of #02BC64
Complementary color
Monochromatic Colors of #02BC64
Black with #02BC64
Text Example
Text Example
White with #02BC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BC64; }
p { color: rgb(2,188,100); }
H1.HeaderClassName
{
color: #02BC64;
}
.AnyTagClassName
{
color: #02BC64;
}
</style>
background-color css
<style>
a { background-color: #02BC64; }
a { background-color: rgb(2,188,100); }
div.DivClassName
{
background-color: #02BC64;
}
.BgClassName
{
background-color: #02BC64;
}
</style>
border-color css
<style>
span { border-color: #02BC64; }
span { border-color: rgb(2,188,100); }
td.TdClassName
{
border-color: #02BC64;
}
.TagClassName
{
border-color: #02BC64;
}
</style>