Shades of Caribbean Green #04D095
Tints of Caribbean Green #04D095
RGB
CMYK
RGB Variations
Color information
#04D095 (or 0x04D095) is known color: Caribbean Green. HEX triplet: 04, D0 and 95. RGB value is (4,208,149). Sum of RGB (Red+Green+Blue) = 4+208+149=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #04D095 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04D095 is #FB2F6A. Grayscale: #8C8C8C. Windows color (decimal): -16461675 or 9818116. OLE color: 9818116.
HSL color Cylindrical-coordinate representation of color #04D095: hue angle of 162.65º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D095 is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 208 | 149 | - |
| CMYK | 0.98 | 0 | 0.28 | 0.18 |
| HSL | 162.65º | 0.96% | 0.42% | - |
| HSV(B) | 162.65º | 0.98% | 0.82% | - |
| XYZ | 28.03 | 47.31 | 36.09 | - |
| YUV | 140.28 | 132.91 | 30.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 208 | 149 | 0.98 | 0 | 0.28 | 0.18 | 162.65 | 0.96 | 0.42 |
| Hex | 4 | D0 | 95 | 62 | 0 | 1C | 12 | A3 | 60 | 2A |
| Octal | 4 | 320 | 225 | 142 | 0 | 34 | 22 | 243 | 140 | 52 |
| Binary | 100 | 11010000 | 10010101 | 1100010 | 0 | 11100 | 10010 | 10100011 | 1100000 | 101010 |
Color Harmonies of #04D095
Complementary color
Monochromatic Colors of #04D095
Black with #04D095
Text Example
Text Example
White with #04D095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D095; }
p { color: rgb(4,208,149); }
H1.HeaderClassName
{
color: #04D095;
}
.AnyTagClassName
{
color: #04D095;
}
</style>
background-color css
<style>
a { background-color: #04D095; }
a { background-color: rgb(4,208,149); }
div.DivClassName
{
background-color: #04D095;
}
.BgClassName
{
background-color: #04D095;
}
</style>
border-color css
<style>
span { border-color: #04D095; }
span { border-color: rgb(4,208,149); }
td.TdClassName
{
border-color: #04D095;
}
.TagClassName
{
border-color: #04D095;
}
</style>