Shades of Jade #04BD6B
Tints of Jade #04BD6B
RGB
CMYK
RGB Variations
Color information
#04BD6B (or 0x04BD6B) is known color: Jade. HEX triplet: 04, BD and 6B. RGB value is (4,189,107). Sum of RGB (Red+Green+Blue) = 4+189+107=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 189 (74.22% from 255 or 63% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BD6B is #FB4294. Grayscale: #7C7C7C. Windows color (decimal): -16466581 or 7060740. OLE color: 7060740.
HSL color Cylindrical-coordinate representation of color #04BD6B: hue angle of 153.41º 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 #04BD6B is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 107 | - |
| CMYK | 0.98 | 0 | 0.43 | 0.26 |
| HSL | 153.41º | 0.96% | 0.38% | - |
| HSV(B) | 153.41º | 0.98% | 0.74% | - |
| XYZ | 20.9 | 37.48 | 20.04 | - |
| YUV | 124.34 | 118.21 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 107 | 0.98 | 0 | 0.43 | 0.26 | 153.41 | 0.96 | 0.38 |
| Hex | 4 | BD | 6B | 62 | 0 | 2B | 1A | 99 | 60 | 26 |
| Octal | 4 | 275 | 153 | 142 | 0 | 53 | 32 | 231 | 140 | 46 |
| Binary | 100 | 10111101 | 1101011 | 1100010 | 0 | 101011 | 11010 | 10011001 | 1100000 | 100110 |
Color Harmonies of #04BD6B
Complementary color
Monochromatic Colors of #04BD6B
Black with #04BD6B
Text Example
Text Example
White with #04BD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BD6B; }
p { color: rgb(4,189,107); }
H1.HeaderClassName
{
color: #04BD6B;
}
.AnyTagClassName
{
color: #04BD6B;
}
</style>
background-color css
<style>
a { background-color: #04BD6B; }
a { background-color: rgb(4,189,107); }
div.DivClassName
{
background-color: #04BD6B;
}
.BgClassName
{
background-color: #04BD6B;
}
</style>
border-color css
<style>
span { border-color: #04BD6B; }
span { border-color: rgb(4,189,107); }
td.TdClassName
{
border-color: #04BD6B;
}
.TagClassName
{
border-color: #04BD6B;
}
</style>