Shades of Jade #04BD72
Tints of Jade #04BD72
RGB
CMYK
RGB Variations
Color information
#04BD72 (or 0x04BD72) is known color: Jade. HEX triplet: 04, BD and 72. RGB value is (4,189,114). Sum of RGB (Red+Green+Blue) = 4+189+114=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BD72 is #FB428D. Grayscale: #7D7D7D. Windows color (decimal): -16466574 or 7519492. OLE color: 7519492.
HSL color Cylindrical-coordinate representation of color #04BD72: hue angle of 155.68º 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 #04BD72 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 114 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.26 |
| HSL | 155.68º | 0.96% | 0.38% | - |
| HSV(B) | 155.68º | 0.98% | 0.74% | - |
| XYZ | 21.28 | 37.64 | 22.06 | - |
| YUV | 125.14 | 121.71 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 114 | 0.98 | 0 | 0.40 | 0.26 | 155.68 | 0.96 | 0.38 |
| Hex | 4 | BD | 72 | 62 | 0 | 28 | 1A | 9C | 60 | 26 |
| Octal | 4 | 275 | 162 | 142 | 0 | 50 | 32 | 234 | 140 | 46 |
| Binary | 100 | 10111101 | 1110010 | 1100010 | 0 | 101000 | 11010 | 10011100 | 1100000 | 100110 |
Color Harmonies of #04BD72
Complementary color
Monochromatic Colors of #04BD72
Black with #04BD72
Text Example
Text Example
White with #04BD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BD72; }
p { color: rgb(4,189,114); }
H1.HeaderClassName
{
color: #04BD72;
}
.AnyTagClassName
{
color: #04BD72;
}
</style>
background-color css
<style>
a { background-color: #04BD72; }
a { background-color: rgb(4,189,114); }
div.DivClassName
{
background-color: #04BD72;
}
.BgClassName
{
background-color: #04BD72;
}
</style>
border-color css
<style>
span { border-color: #04BD72; }
span { border-color: rgb(4,189,114); }
td.TdClassName
{
border-color: #04BD72;
}
.TagClassName
{
border-color: #04BD72;
}
</style>