Shades of Jade #02B764
Tints of Jade #02B764
RGB
CMYK
RGB Variations
Color information
#02B764 (or 0x02B764) is known color: Jade. HEX triplet: 02, B7 and 64. RGB value is (2,183,100). Sum of RGB (Red+Green+Blue) = 2+183+100=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 183 (71.88% from 255 or 64.21% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 183 - color contains mainly: green. Hex color #02B764 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B764 is #FD489B. Grayscale: #777777. Windows color (decimal): -16599196 or 6600450. OLE color: 6600450.
HSL color Cylindrical-coordinate representation of color #02B764: hue angle of 152.49º 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 #02B764 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 183 | 100 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.28 |
| HSL | 152.49º | 0.98% | 0.36% | - |
| HSV(B) | 152.49º | 0.99% | 0.72% | - |
| XYZ | 19.26 | 34.8 | 17.76 | - |
| YUV | 119.42 | 117.03 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 183 | 100 | 0.99 | 0 | 0.45 | 0.28 | 152.49 | 0.98 | 0.36 |
| Hex | 2 | B7 | 64 | 63 | 0 | 2D | 1C | 98 | 62 | 24 |
| Octal | 2 | 267 | 144 | 143 | 0 | 55 | 34 | 230 | 142 | 44 |
| Binary | 10 | 10110111 | 1100100 | 1100011 | 0 | 101101 | 11100 | 10011000 | 1100010 | 100100 |
Color Harmonies of #02B764
Complementary color
Monochromatic Colors of #02B764
Black with #02B764
Text Example
Text Example
White with #02B764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B764; }
p { color: rgb(2,183,100); }
H1.HeaderClassName
{
color: #02B764;
}
.AnyTagClassName
{
color: #02B764;
}
</style>
background-color css
<style>
a { background-color: #02B764; }
a { background-color: rgb(2,183,100); }
div.DivClassName
{
background-color: #02B764;
}
.BgClassName
{
background-color: #02B764;
}
</style>
border-color css
<style>
span { border-color: #02B764; }
span { border-color: rgb(2,183,100); }
td.TdClassName
{
border-color: #02B764;
}
.TagClassName
{
border-color: #02B764;
}
</style>