Shades of Jade #00BE77
Tints of Jade #00BE77
RGB
CMYK
RGB Variations
Color information
#00BE77 (or 0x00BE77) is known color: Jade. HEX triplet: 00, BE and 77. RGB value is (0,190,119). Sum of RGB (Red+Green+Blue) = 0+190+119=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 190 (74.61% from 255 or 61.49% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 190 - color contains mainly: green. Hex color #00BE77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BE77 is #FF4188. Grayscale: #7D7D7D. Windows color (decimal): -16728457 or 7847424. OLE color: 7847424.
HSL color Cylindrical-coordinate representation of color #00BE77: hue angle of 157.58º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BE77 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 190 | 119 | - |
| CMYK | 1 | 0 | 0.37 | 0.25 |
| HSL | 157.58º | 1% | 0.37% | - |
| HSV(B) | 157.58º | 1% | 0.75% | - |
| XYZ | 21.74 | 38.16 | 23.67 | - |
| YUV | 125.1 | 124.55 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 119 | 1 | 0 | 0.37 | 0.25 | 157.58 | 1 | 0.37 |
| Hex | 0 | BE | 77 | 64 | 0 | 25 | 19 | 9E | 64 | 25 |
| Octal | 0 | 276 | 167 | 144 | 0 | 45 | 31 | 236 | 144 | 45 |
| Binary | 0 | 10111110 | 1110111 | 1100100 | 0 | 100101 | 11001 | 10011110 | 1100100 | 100101 |
Color Harmonies of #00BE77
Complementary color
Monochromatic Colors of #00BE77
Black with #00BE77
Text Example
Text Example
White with #00BE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BE77; }
p { color: rgb(0,190,119); }
H1.HeaderClassName
{
color: #00BE77;
}
.AnyTagClassName
{
color: #00BE77;
}
</style>
background-color css
<style>
a { background-color: #00BE77; }
a { background-color: rgb(0,190,119); }
div.DivClassName
{
background-color: #00BE77;
}
.BgClassName
{
background-color: #00BE77;
}
</style>
border-color css
<style>
span { border-color: #00BE77; }
span { border-color: rgb(0,190,119); }
td.TdClassName
{
border-color: #00BE77;
}
.TagClassName
{
border-color: #00BE77;
}
</style>