Shades of Jade #02BD74
Tints of Jade #02BD74
RGB
CMYK
RGB Variations
Color information
#02BD74 (or 0x02BD74) is known color: Jade. HEX triplet: 02, BD and 74. RGB value is (2,189,116). Sum of RGB (Red+Green+Blue) = 2+189+116=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BD74 is #FD428B. Grayscale: #7C7C7C. Windows color (decimal): -16597644 or 7650562. OLE color: 7650562.
HSL color Cylindrical-coordinate representation of color #02BD74: hue angle of 156.58º 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 #02BD74 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 189 | 116 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.26 |
| HSL | 156.58º | 0.98% | 0.37% | - |
| HSV(B) | 156.58º | 0.99% | 0.74% | - |
| XYZ | 21.38 | 37.67 | 22.67 | - |
| YUV | 124.77 | 123.05 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 116 | 0.99 | 0 | 0.39 | 0.26 | 156.58 | 0.98 | 0.37 |
| Hex | 2 | BD | 74 | 63 | 0 | 27 | 1A | 9D | 62 | 25 |
| Octal | 2 | 275 | 164 | 143 | 0 | 47 | 32 | 235 | 142 | 45 |
| Binary | 10 | 10111101 | 1110100 | 1100011 | 0 | 100111 | 11010 | 10011101 | 1100010 | 100101 |
Color Harmonies of #02BD74
Complementary color
Monochromatic Colors of #02BD74
Black with #02BD74
Text Example
Text Example
White with #02BD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BD74; }
p { color: rgb(2,189,116); }
H1.HeaderClassName
{
color: #02BD74;
}
.AnyTagClassName
{
color: #02BD74;
}
</style>
background-color css
<style>
a { background-color: #02BD74; }
a { background-color: rgb(2,189,116); }
div.DivClassName
{
background-color: #02BD74;
}
.BgClassName
{
background-color: #02BD74;
}
</style>
border-color css
<style>
span { border-color: #02BD74; }
span { border-color: rgb(2,189,116); }
td.TdClassName
{
border-color: #02BD74;
}
.TagClassName
{
border-color: #02BD74;
}
</style>