Shades of Caribbean Green #04D180
Tints of Caribbean Green #04D180
RGB
CMYK
RGB Variations
Color information
#04D180 (or 0x04D180) is known color: Caribbean Green. HEX triplet: 04, D1 and 80. RGB value is (4,209,128). Sum of RGB (Red+Green+Blue) = 4+209+128=341 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 341); Green value is 209 (82.03% from 255 or 61.29% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 209 - color contains mainly: green. Hex color #04D180 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04D180 is #FB2E7F. Grayscale: #8A8A8A. Windows color (decimal): -16461440 or 8442116. OLE color: 8442116.
HSL color Cylindrical-coordinate representation of color #04D180: hue angle of 156.29º 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 #04D180 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 209 | 128 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.18 |
| HSL | 156.29º | 0.96% | 0.42% | - |
| HSV(B) | 156.29º | 0.98% | 0.82% | - |
| XYZ | 26.75 | 47.19 | 28.12 | - |
| YUV | 138.47 | 122.08 | 32.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 209 | 128 | 0.98 | 0 | 0.39 | 0.18 | 156.29 | 0.96 | 0.42 |
| Hex | 4 | D1 | 80 | 62 | 0 | 27 | 12 | 9C | 60 | 2A |
| Octal | 4 | 321 | 200 | 142 | 0 | 47 | 22 | 234 | 140 | 52 |
| Binary | 100 | 11010001 | 10000000 | 1100010 | 0 | 100111 | 10010 | 10011100 | 1100000 | 101010 |
Color Harmonies of #04D180
Complementary color
Monochromatic Colors of #04D180
Black with #04D180
Text Example
Text Example
White with #04D180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D180; }
p { color: rgb(4,209,128); }
H1.HeaderClassName
{
color: #04D180;
}
.AnyTagClassName
{
color: #04D180;
}
</style>
background-color css
<style>
a { background-color: #04D180; }
a { background-color: rgb(4,209,128); }
div.DivClassName
{
background-color: #04D180;
}
.BgClassName
{
background-color: #04D180;
}
</style>
border-color css
<style>
span { border-color: #04D180; }
span { border-color: rgb(4,209,128); }
td.TdClassName
{
border-color: #04D180;
}
.TagClassName
{
border-color: #04D180;
}
</style>