Shades of Jade #04BF68
Tints of Jade #04BF68
RGB
CMYK
RGB Variations
Color information
#04BF68 (or 0x04BF68) is known color: Jade. HEX triplet: 04, BF and 68. RGB value is (4,191,104). Sum of RGB (Red+Green+Blue) = 4+191+104=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 191 (75% from 255 or 63.88% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 191 - color contains mainly: green. Hex color #04BF68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BF68 is #FB4097. Grayscale: #7D7D7D. Windows color (decimal): -16466072 or 6864644. OLE color: 6864644.
HSL color Cylindrical-coordinate representation of color #04BF68: hue angle of 152.09º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BF68 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 191 | 104 | - |
| CMYK | 0.98 | 0 | 0.46 | 0.25 |
| HSL | 152.09º | 0.96% | 0.38% | - |
| HSV(B) | 152.09º | 0.98% | 0.75% | - |
| XYZ | 21.18 | 38.29 | 19.37 | - |
| YUV | 125.17 | 116.05 | 41.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 104 | 0.98 | 0 | 0.46 | 0.25 | 152.09 | 0.96 | 0.38 |
| Hex | 4 | BF | 68 | 62 | 0 | 2E | 19 | 98 | 60 | 26 |
| Octal | 4 | 277 | 150 | 142 | 0 | 56 | 31 | 230 | 140 | 46 |
| Binary | 100 | 10111111 | 1101000 | 1100010 | 0 | 101110 | 11001 | 10011000 | 1100000 | 100110 |
Color Harmonies of #04BF68
Complementary color
Monochromatic Colors of #04BF68
Black with #04BF68
Text Example
Text Example
White with #04BF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BF68; }
p { color: rgb(4,191,104); }
H1.HeaderClassName
{
color: #04BF68;
}
.AnyTagClassName
{
color: #04BF68;
}
</style>
background-color css
<style>
a { background-color: #04BF68; }
a { background-color: rgb(4,191,104); }
div.DivClassName
{
background-color: #04BF68;
}
.BgClassName
{
background-color: #04BF68;
}
</style>
border-color css
<style>
span { border-color: #04BF68; }
span { border-color: rgb(4,191,104); }
td.TdClassName
{
border-color: #04BF68;
}
.TagClassName
{
border-color: #04BF68;
}
</style>