Shades of Jade #04C565
Tints of Jade #04C565
RGB
CMYK
RGB Variations
Color information
#04C565 (or 0x04C565) is known color: Jade. HEX triplet: 04, C5 and 65. RGB value is (4,197,101). Sum of RGB (Red+Green+Blue) = 4+197+101=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 197 (77.34% from 255 or 65.23% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 197 - color contains mainly: green. Hex color #04C565 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C565 is #FB3A9A. Grayscale: #808080. Windows color (decimal): -16464539 or 6669572. OLE color: 6669572.
HSL color Cylindrical-coordinate representation of color #04C565: hue angle of 150.16º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C565 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 197 | 101 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.23 |
| HSL | 150.16º | 0.96% | 0.39% | - |
| HSV(B) | 150.16º | 0.98% | 0.77% | - |
| XYZ | 22.37 | 40.9 | 19.03 | - |
| YUV | 128.35 | 112.56 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 197 | 101 | 0.98 | 0 | 0.49 | 0.23 | 150.16 | 0.96 | 0.39 |
| Hex | 4 | C5 | 65 | 62 | 0 | 31 | 17 | 96 | 60 | 27 |
| Octal | 4 | 305 | 145 | 142 | 0 | 61 | 27 | 226 | 140 | 47 |
| Binary | 100 | 11000101 | 1100101 | 1100010 | 0 | 110001 | 10111 | 10010110 | 1100000 | 100111 |
Color Harmonies of #04C565
Complementary color
Monochromatic Colors of #04C565
Black with #04C565
Text Example
Text Example
White with #04C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C565; }
p { color: rgb(4,197,101); }
H1.HeaderClassName
{
color: #04C565;
}
.AnyTagClassName
{
color: #04C565;
}
</style>
background-color css
<style>
a { background-color: #04C565; }
a { background-color: rgb(4,197,101); }
div.DivClassName
{
background-color: #04C565;
}
.BgClassName
{
background-color: #04C565;
}
</style>
border-color css
<style>
span { border-color: #04C565; }
span { border-color: rgb(4,197,101); }
td.TdClassName
{
border-color: #04C565;
}
.TagClassName
{
border-color: #04C565;
}
</style>