Shades of Jade #00C571
Tints of Jade #00C571
RGB
CMYK
RGB Variations
Color information
#00C571 (or 0x00C571) is known color: Jade. HEX triplet: 00, C5 and 71. RGB value is (0,197,113). Sum of RGB (Red+Green+Blue) = 0+197+113=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 197 (77.34% from 255 or 63.55% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 197 - color contains mainly: green. Hex color #00C571 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C571 is #FF3A8E. Grayscale: #808080. Windows color (decimal): -16726671 or 7456000. OLE color: 7456000.
HSL color Cylindrical-coordinate representation of color #00C571: hue angle of 154.42º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C571 is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 197 | 113 | - |
| CMYK | 1 | 0 | 0.43 | 0.23 |
| HSL | 154.42º | 1% | 0.39% | - |
| HSV(B) | 154.42º | 1% | 0.77% | - |
| XYZ | 22.95 | 41.12 | 22.35 | - |
| YUV | 128.52 | 119.23 | 36.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 113 | 1 | 0 | 0.43 | 0.23 | 154.42 | 1 | 0.39 |
| Hex | 0 | C5 | 71 | 64 | 0 | 2B | 17 | 9A | 64 | 27 |
| Octal | 0 | 305 | 161 | 144 | 0 | 53 | 27 | 232 | 144 | 47 |
| Binary | 0 | 11000101 | 1110001 | 1100100 | 0 | 101011 | 10111 | 10011010 | 1100100 | 100111 |
Color Harmonies of #00C571
Complementary color
Monochromatic Colors of #00C571
Black with #00C571
Text Example
Text Example
White with #00C571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C571; }
p { color: rgb(0,197,113); }
H1.HeaderClassName
{
color: #00C571;
}
.AnyTagClassName
{
color: #00C571;
}
</style>
background-color css
<style>
a { background-color: #00C571; }
a { background-color: rgb(0,197,113); }
div.DivClassName
{
background-color: #00C571;
}
.BgClassName
{
background-color: #00C571;
}
</style>
border-color css
<style>
span { border-color: #00C571; }
span { border-color: rgb(0,197,113); }
td.TdClassName
{
border-color: #00C571;
}
.TagClassName
{
border-color: #00C571;
}
</style>