Shades of Caribbean Green #04DD85
Tints of Caribbean Green #04DD85
RGB
CMYK
RGB Variations
Color information
#04DD85 (or 0x04DD85) is known color: Caribbean Green. HEX triplet: 04, DD and 85. RGB value is (4,221,133). Sum of RGB (Red+Green+Blue) = 4+221+133=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 221 (86.72% from 255 or 61.73% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DD85 is #FB227A. Grayscale: #929292. Windows color (decimal): -16458363 or 8772868. OLE color: 8772868.
HSL color Cylindrical-coordinate representation of color #04DD85: hue angle of 155.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DD85 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 133 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.13 |
| HSL | 155.67º | 0.96% | 0.44% | - |
| HSV(B) | 155.67º | 0.98% | 0.87% | - |
| XYZ | 30.14 | 53.43 | 30.92 | - |
| YUV | 146.09 | 120.61 | 26.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 133 | 0.98 | 0 | 0.40 | 0.13 | 155.67 | 0.96 | 0.44 |
| Hex | 4 | DD | 85 | 62 | 0 | 28 | D | 9C | 60 | 2C |
| Octal | 4 | 335 | 205 | 142 | 0 | 50 | 15 | 234 | 140 | 54 |
| Binary | 100 | 11011101 | 10000101 | 1100010 | 0 | 101000 | 1101 | 10011100 | 1100000 | 101100 |
Color Harmonies of #04DD85
Complementary color
Monochromatic Colors of #04DD85
Black with #04DD85
Text Example
Text Example
White with #04DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DD85; }
p { color: rgb(4,221,133); }
H1.HeaderClassName
{
color: #04DD85;
}
.AnyTagClassName
{
color: #04DD85;
}
</style>
background-color css
<style>
a { background-color: #04DD85; }
a { background-color: rgb(4,221,133); }
div.DivClassName
{
background-color: #04DD85;
}
.BgClassName
{
background-color: #04DD85;
}
</style>
border-color css
<style>
span { border-color: #04DD85; }
span { border-color: rgb(4,221,133); }
td.TdClassName
{
border-color: #04DD85;
}
.TagClassName
{
border-color: #04DD85;
}
</style>