Shades of Jade #00B56F
Tints of Jade #00B56F
RGB
CMYK
RGB Variations
Color information
#00B56F (or 0x00B56F) is known color: Jade. HEX triplet: 00, B5 and 6F. RGB value is (0,181,111). Sum of RGB (Red+Green+Blue) = 0+181+111=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 181 (71.09% from 255 or 61.99% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 181 - color contains mainly: green. Hex color #00B56F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B56F is #FF4A90. Grayscale: #777777. Windows color (decimal): -16730769 or 7320832. OLE color: 7320832.
HSL color Cylindrical-coordinate representation of color #00B56F: hue angle of 156.8º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B56F is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 181 | 111 | - |
| CMYK | 1 | 0 | 0.39 | 0.29 |
| HSL | 156.8º | 1% | 0.35% | - |
| HSV(B) | 156.8º | 1% | 0.71% | - |
| XYZ | 19.39 | 34.2 | 20.62 | - |
| YUV | 118.9 | 123.53 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 111 | 1 | 0 | 0.39 | 0.29 | 156.8 | 1 | 0.35 |
| Hex | 0 | B5 | 6F | 64 | 0 | 27 | 1D | 9D | 64 | 23 |
| Octal | 0 | 265 | 157 | 144 | 0 | 47 | 35 | 235 | 144 | 43 |
| Binary | 0 | 10110101 | 1101111 | 1100100 | 0 | 100111 | 11101 | 10011101 | 1100100 | 100011 |
Color Harmonies of #00B56F
Complementary color
Monochromatic Colors of #00B56F
Black with #00B56F
Text Example
Text Example
White with #00B56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B56F; }
p { color: rgb(0,181,111); }
H1.HeaderClassName
{
color: #00B56F;
}
.AnyTagClassName
{
color: #00B56F;
}
</style>
background-color css
<style>
a { background-color: #00B56F; }
a { background-color: rgb(0,181,111); }
div.DivClassName
{
background-color: #00B56F;
}
.BgClassName
{
background-color: #00B56F;
}
</style>
border-color css
<style>
span { border-color: #00B56F; }
span { border-color: rgb(0,181,111); }
td.TdClassName
{
border-color: #00B56F;
}
.TagClassName
{
border-color: #00B56F;
}
</style>