Shades of Jade #04BD6E
Tints of Jade #04BD6E
RGB
CMYK
RGB Variations
Color information
#04BD6E (or 0x04BD6E) is known color: Jade. HEX triplet: 04, BD and 6E. RGB value is (4,189,110). Sum of RGB (Red+Green+Blue) = 4+189+110=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 189 (74.22% from 255 or 62.38% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BD6E is #FB4291. Grayscale: #7C7C7C. Windows color (decimal): -16466578 or 7257348. OLE color: 7257348.
HSL color Cylindrical-coordinate representation of color #04BD6E: hue angle of 154.38º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BD6E is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 110 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.26 |
| HSL | 154.38º | 0.96% | 0.38% | - |
| HSV(B) | 154.38º | 0.98% | 0.74% | - |
| XYZ | 21.06 | 37.55 | 20.89 | - |
| YUV | 124.68 | 119.71 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 110 | 0.98 | 0 | 0.42 | 0.26 | 154.38 | 0.96 | 0.38 |
| Hex | 4 | BD | 6E | 62 | 0 | 2A | 1A | 9A | 60 | 26 |
| Octal | 4 | 275 | 156 | 142 | 0 | 52 | 32 | 232 | 140 | 46 |
| Binary | 100 | 10111101 | 1101110 | 1100010 | 0 | 101010 | 11010 | 10011010 | 1100000 | 100110 |
Color Harmonies of #04BD6E
Complementary color
Monochromatic Colors of #04BD6E
Black with #04BD6E
Text Example
Text Example
White with #04BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BD6E; }
p { color: rgb(4,189,110); }
H1.HeaderClassName
{
color: #04BD6E;
}
.AnyTagClassName
{
color: #04BD6E;
}
</style>
background-color css
<style>
a { background-color: #04BD6E; }
a { background-color: rgb(4,189,110); }
div.DivClassName
{
background-color: #04BD6E;
}
.BgClassName
{
background-color: #04BD6E;
}
</style>
border-color css
<style>
span { border-color: #04BD6E; }
span { border-color: rgb(4,189,110); }
td.TdClassName
{
border-color: #04BD6E;
}
.TagClassName
{
border-color: #04BD6E;
}
</style>