Shades of Jade #00C56F
Tints of Jade #00C56F
RGB
CMYK
RGB Variations
Color information
#00C56F (or 0x00C56F) is known color: Jade. HEX triplet: 00, C5 and 6F. RGB value is (0,197,111). Sum of RGB (Red+Green+Blue) = 0+197+111=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 197 (77.34% from 255 or 63.96% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 197 - color contains mainly: green. Hex color #00C56F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C56F is #FF3A90. Grayscale: #808080. Windows color (decimal): -16726673 or 7324928. OLE color: 7324928.
HSL color Cylindrical-coordinate representation of color #00C56F: hue angle of 153.81º 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 #00C56F is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 197 | 111 | - |
| CMYK | 1 | 0 | 0.44 | 0.23 |
| HSL | 153.81º | 1% | 0.39% | - |
| HSV(B) | 153.81º | 1% | 0.77% | - |
| XYZ | 22.84 | 41.08 | 21.76 | - |
| YUV | 128.29 | 118.23 | 36.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 111 | 1 | 0 | 0.44 | 0.23 | 153.81 | 1 | 0.39 |
| Hex | 0 | C5 | 6F | 64 | 0 | 2C | 17 | 9A | 64 | 27 |
| Octal | 0 | 305 | 157 | 144 | 0 | 54 | 27 | 232 | 144 | 47 |
| Binary | 0 | 11000101 | 1101111 | 1100100 | 0 | 101100 | 10111 | 10011010 | 1100100 | 100111 |
Color Harmonies of #00C56F
Complementary color
Monochromatic Colors of #00C56F
Black with #00C56F
Text Example
Text Example
White with #00C56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C56F; }
p { color: rgb(0,197,111); }
H1.HeaderClassName
{
color: #00C56F;
}
.AnyTagClassName
{
color: #00C56F;
}
</style>
background-color css
<style>
a { background-color: #00C56F; }
a { background-color: rgb(0,197,111); }
div.DivClassName
{
background-color: #00C56F;
}
.BgClassName
{
background-color: #00C56F;
}
</style>
border-color css
<style>
span { border-color: #00C56F; }
span { border-color: rgb(0,197,111); }
td.TdClassName
{
border-color: #00C56F;
}
.TagClassName
{
border-color: #00C56F;
}
</style>