Shades of Jade #00C565
Tints of Jade #00C565
RGB
CMYK
RGB Variations
Color information
#00C565 (or 0x00C565) is known color: Jade. HEX triplet: 00, C5 and 65. RGB value is (0,197,101). Sum of RGB (Red+Green+Blue) = 0+197+101=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 197 (77.34% from 255 or 66.11% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 197 - color contains mainly: green. Hex color #00C565 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C565 is #FF3A9A. Grayscale: #7F7F7F. Windows color (decimal): -16726683 or 6669568. OLE color: 6669568.
HSL color Cylindrical-coordinate representation of color #00C565: hue angle of 150.76º 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 #00C565 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 197 | 101 | - |
| CMYK | 1 | 0 | 0.49 | 0.23 |
| HSL | 150.76º | 1% | 0.39% | - |
| HSV(B) | 150.76º | 1% | 0.77% | - |
| XYZ | 22.32 | 40.87 | 19.02 | - |
| YUV | 127.15 | 113.23 | 37.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 101 | 1 | 0 | 0.49 | 0.23 | 150.76 | 1 | 0.39 |
| Hex | 0 | C5 | 65 | 64 | 0 | 31 | 17 | 97 | 64 | 27 |
| Octal | 0 | 305 | 145 | 144 | 0 | 61 | 27 | 227 | 144 | 47 |
| Binary | 0 | 11000101 | 1100101 | 1100100 | 0 | 110001 | 10111 | 10010111 | 1100100 | 100111 |
Color Harmonies of #00C565
Complementary color
Monochromatic Colors of #00C565
Black with #00C565
Text Example
Text Example
White with #00C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C565; }
p { color: rgb(0,197,101); }
H1.HeaderClassName
{
color: #00C565;
}
.AnyTagClassName
{
color: #00C565;
}
</style>
background-color css
<style>
a { background-color: #00C565; }
a { background-color: rgb(0,197,101); }
div.DivClassName
{
background-color: #00C565;
}
.BgClassName
{
background-color: #00C565;
}
</style>
border-color css
<style>
span { border-color: #00C565; }
span { border-color: rgb(0,197,101); }
td.TdClassName
{
border-color: #00C565;
}
.TagClassName
{
border-color: #00C565;
}
</style>