Shades of Caribbean Green #04D995
Tints of Caribbean Green #04D995
RGB
CMYK
RGB Variations
Color information
#04D995 (or 0x04D995) is known color: Caribbean Green. HEX triplet: 04, D9 and 95. RGB value is (4,217,149). Sum of RGB (Red+Green+Blue) = 4+217+149=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 217 (85.16% from 255 or 58.65% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 217 - color contains mainly: green. Hex color #04D995 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04D995 is #FB266A. Grayscale: #919191. Windows color (decimal): -16459371 or 9820420. OLE color: 9820420.
HSL color Cylindrical-coordinate representation of color #04D995: hue angle of 160.85º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D995 is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 217 | 149 | - |
| CMYK | 0.98 | 0 | 0.31 | 0.15 |
| HSL | 160.85º | 0.96% | 0.43% | - |
| HSV(B) | 160.85º | 0.98% | 0.85% | - |
| XYZ | 30.29 | 51.82 | 36.84 | - |
| YUV | 145.56 | 129.93 | 27.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 217 | 149 | 0.98 | 0 | 0.31 | 0.15 | 160.85 | 0.96 | 0.43 |
| Hex | 4 | D9 | 95 | 62 | 0 | 1F | F | A1 | 60 | 2B |
| Octal | 4 | 331 | 225 | 142 | 0 | 37 | 17 | 241 | 140 | 53 |
| Binary | 100 | 11011001 | 10010101 | 1100010 | 0 | 11111 | 1111 | 10100001 | 1100000 | 101011 |
Color Harmonies of #04D995
Complementary color
Monochromatic Colors of #04D995
Black with #04D995
Text Example
Text Example
White with #04D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D995; }
p { color: rgb(4,217,149); }
H1.HeaderClassName
{
color: #04D995;
}
.AnyTagClassName
{
color: #04D995;
}
</style>
background-color css
<style>
a { background-color: #04D995; }
a { background-color: rgb(4,217,149); }
div.DivClassName
{
background-color: #04D995;
}
.BgClassName
{
background-color: #04D995;
}
</style>
border-color css
<style>
span { border-color: #04D995; }
span { border-color: rgb(4,217,149); }
td.TdClassName
{
border-color: #04D995;
}
.TagClassName
{
border-color: #04D995;
}
</style>