Shades of Caribbean Green #04DB95
Tints of Caribbean Green #04DB95
RGB
CMYK
RGB Variations
Color information
#04DB95 (or 0x04DB95) is known color: Caribbean Green. HEX triplet: 04, DB and 95. RGB value is (4,219,149). Sum of RGB (Red+Green+Blue) = 4+219+149=372 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 372); Green value is 219 (85.94% from 255 or 58.87% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 219 - color contains mainly: green. Hex color #04DB95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DB95 is #FB246A. Grayscale: #929292. Windows color (decimal): -16458859 or 9820932. OLE color: 9820932.
HSL color Cylindrical-coordinate representation of color #04DB95: hue angle of 160.47º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DB95 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 219 | 149 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.14 |
| HSL | 160.47º | 0.96% | 0.44% | - |
| HSV(B) | 160.47º | 0.98% | 0.86% | - |
| XYZ | 30.81 | 52.86 | 37.01 | - |
| YUV | 146.74 | 129.27 | 26.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 219 | 149 | 0.98 | 0 | 0.32 | 0.14 | 160.47 | 0.96 | 0.44 |
| Hex | 4 | DB | 95 | 62 | 0 | 20 | E | A0 | 60 | 2C |
| Octal | 4 | 333 | 225 | 142 | 0 | 40 | 16 | 240 | 140 | 54 |
| Binary | 100 | 11011011 | 10010101 | 1100010 | 0 | 100000 | 1110 | 10100000 | 1100000 | 101100 |
Color Harmonies of #04DB95
Complementary color
Monochromatic Colors of #04DB95
Black with #04DB95
Text Example
Text Example
White with #04DB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DB95; }
p { color: rgb(4,219,149); }
H1.HeaderClassName
{
color: #04DB95;
}
.AnyTagClassName
{
color: #04DB95;
}
</style>
background-color css
<style>
a { background-color: #04DB95; }
a { background-color: rgb(4,219,149); }
div.DivClassName
{
background-color: #04DB95;
}
.BgClassName
{
background-color: #04DB95;
}
</style>
border-color css
<style>
span { border-color: #04DB95; }
span { border-color: rgb(4,219,149); }
td.TdClassName
{
border-color: #04DB95;
}
.TagClassName
{
border-color: #04DB95;
}
</style>