Shades of Jade #04C367
Tints of Jade #04C367
RGB
CMYK
RGB Variations
Color information
#04C367 (or 0x04C367) is known color: Jade. HEX triplet: 04, C3 and 67. RGB value is (4,195,103). Sum of RGB (Red+Green+Blue) = 4+195+103=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 195 (76.56% from 255 or 64.57% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 195 - color contains mainly: green. Hex color #04C367 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C367 is #FB3C98. Grayscale: #7F7F7F. Windows color (decimal): -16465049 or 6800132. OLE color: 6800132.
HSL color Cylindrical-coordinate representation of color #04C367: hue angle of 151.1º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C367 is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 195 | 103 | - |
| CMYK | 0.98 | 0 | 0.47 | 0.24 |
| HSL | 151.1º | 0.96% | 0.39% | - |
| HSV(B) | 151.1º | 0.98% | 0.76% | - |
| XYZ | 22.01 | 40.04 | 19.4 | - |
| YUV | 127.4 | 114.22 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 195 | 103 | 0.98 | 0 | 0.47 | 0.24 | 151.1 | 0.96 | 0.39 |
| Hex | 4 | C3 | 67 | 62 | 0 | 2F | 18 | 97 | 60 | 27 |
| Octal | 4 | 303 | 147 | 142 | 0 | 57 | 30 | 227 | 140 | 47 |
| Binary | 100 | 11000011 | 1100111 | 1100010 | 0 | 101111 | 11000 | 10010111 | 1100000 | 100111 |
Color Harmonies of #04C367
Complementary color
Monochromatic Colors of #04C367
Black with #04C367
Text Example
Text Example
White with #04C367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C367; }
p { color: rgb(4,195,103); }
H1.HeaderClassName
{
color: #04C367;
}
.AnyTagClassName
{
color: #04C367;
}
</style>
background-color css
<style>
a { background-color: #04C367; }
a { background-color: rgb(4,195,103); }
div.DivClassName
{
background-color: #04C367;
}
.BgClassName
{
background-color: #04C367;
}
</style>
border-color css
<style>
span { border-color: #04C367; }
span { border-color: rgb(4,195,103); }
td.TdClassName
{
border-color: #04C367;
}
.TagClassName
{
border-color: #04C367;
}
</style>