Shades of Jade #02B77C
Tints of Jade #02B77C
RGB
CMYK
RGB Variations
Color information
#02B77C (or 0x02B77C) is known color: Jade. HEX triplet: 02, B7 and 7C. RGB value is (2,183,124). Sum of RGB (Red+Green+Blue) = 2+183+124=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #02B77C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B77C is #FD4883. Grayscale: #7A7A7A. Windows color (decimal): -16599172 or 8173314. OLE color: 8173314.
HSL color Cylindrical-coordinate representation of color #02B77C: hue angle of 160.44º 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 #02B77C is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 183 | 124 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.28 |
| HSL | 160.44º | 0.98% | 0.36% | - |
| HSV(B) | 160.44º | 0.99% | 0.72% | - |
| XYZ | 20.6 | 35.34 | 24.8 | - |
| YUV | 122.16 | 129.03 | 42.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 183 | 124 | 0.99 | 0 | 0.32 | 0.28 | 160.44 | 0.98 | 0.36 |
| Hex | 2 | B7 | 7C | 63 | 0 | 20 | 1C | A0 | 62 | 24 |
| Octal | 2 | 267 | 174 | 143 | 0 | 40 | 34 | 240 | 142 | 44 |
| Binary | 10 | 10110111 | 1111100 | 1100011 | 0 | 100000 | 11100 | 10100000 | 1100010 | 100100 |
Color Harmonies of #02B77C
Complementary color
Monochromatic Colors of #02B77C
Black with #02B77C
Text Example
Text Example
White with #02B77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B77C; }
p { color: rgb(2,183,124); }
H1.HeaderClassName
{
color: #02B77C;
}
.AnyTagClassName
{
color: #02B77C;
}
</style>
background-color css
<style>
a { background-color: #02B77C; }
a { background-color: rgb(2,183,124); }
div.DivClassName
{
background-color: #02B77C;
}
.BgClassName
{
background-color: #02B77C;
}
</style>
border-color css
<style>
span { border-color: #02B77C; }
span { border-color: rgb(2,183,124); }
td.TdClassName
{
border-color: #02B77C;
}
.TagClassName
{
border-color: #02B77C;
}
</style>