Shades of Caribbean Green #04D486
Tints of Caribbean Green #04D486
RGB
CMYK
RGB Variations
Color information
#04D486 (or 0x04D486) is known color: Caribbean Green. HEX triplet: 04, D4 and 86. RGB value is (4,212,134). Sum of RGB (Red+Green+Blue) = 4+212+134=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 212 (83.20% from 255 or 60.57% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 212 - color contains mainly: green. Hex color #04D486 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04D486 is #FB2B79. Grayscale: #8D8D8D. Windows color (decimal): -16460666 or 8836100. OLE color: 8836100.
HSL color Cylindrical-coordinate representation of color #04D486: hue angle of 157.5º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D486 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 4 | 212 | 134 | - |
| CMYK | 0.98 | 0 | 0.37 | 0.17 |
| HSL | 157.5º | 0.96% | 0.42% | - |
| HSV(B) | 157.5º | 0.98% | 0.83% | - |
| XYZ | 27.9 | 48.83 | 30.51 | - |
| YUV | 140.92 | 124.09 | 30.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 212 | 134 | 0.98 | 0 | 0.37 | 0.17 | 157.5 | 0.96 | 0.42 |
| Hex | 4 | D4 | 86 | 62 | 0 | 25 | 11 | 9E | 60 | 2A |
| Octal | 4 | 324 | 206 | 142 | 0 | 45 | 21 | 236 | 140 | 52 |
| Binary | 100 | 11010100 | 10000110 | 1100010 | 0 | 100101 | 10001 | 10011110 | 1100000 | 101010 |
Color Harmonies of #04D486
Complementary color
Monochromatic Colors of #04D486
Black with #04D486
Text Example
Text Example
White with #04D486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D486; }
p { color: rgb(4,212,134); }
H1.HeaderClassName
{
color: #04D486;
}
.AnyTagClassName
{
color: #04D486;
}
</style>
background-color css
<style>
a { background-color: #04D486; }
a { background-color: rgb(4,212,134); }
div.DivClassName
{
background-color: #04D486;
}
.BgClassName
{
background-color: #04D486;
}
</style>
border-color css
<style>
span { border-color: #04D486; }
span { border-color: rgb(4,212,134); }
td.TdClassName
{
border-color: #04D486;
}
.TagClassName
{
border-color: #04D486;
}
</style>