Shades of Caribbean Green #04D07C
Tints of Caribbean Green #04D07C
RGB
CMYK
RGB Variations
Color information
#04D07C (or 0x04D07C) is known color: Caribbean Green. HEX triplet: 04, D0 and 7C. RGB value is (4,208,124). Sum of RGB (Red+Green+Blue) = 4+208+124=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #04D07C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04D07C is #FB2F83. Grayscale: #898989. Windows color (decimal): -16461700 or 8179716. OLE color: 8179716.
HSL color Cylindrical-coordinate representation of color #04D07C: hue angle of 155.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 #04D07C is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 208 | 124 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.18 |
| HSL | 155.29º | 0.96% | 0.42% | - |
| HSV(B) | 155.29º | 0.98% | 0.82% | - |
| XYZ | 26.24 | 46.59 | 26.68 | - |
| YUV | 137.43 | 120.41 | 32.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 208 | 124 | 0.98 | 0 | 0.40 | 0.18 | 155.29 | 0.96 | 0.42 |
| Hex | 4 | D0 | 7C | 62 | 0 | 28 | 12 | 9B | 60 | 2A |
| Octal | 4 | 320 | 174 | 142 | 0 | 50 | 22 | 233 | 140 | 52 |
| Binary | 100 | 11010000 | 1111100 | 1100010 | 0 | 101000 | 10010 | 10011011 | 1100000 | 101010 |
Color Harmonies of #04D07C
Complementary color
Monochromatic Colors of #04D07C
Black with #04D07C
Text Example
Text Example
White with #04D07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D07C; }
p { color: rgb(4,208,124); }
H1.HeaderClassName
{
color: #04D07C;
}
.AnyTagClassName
{
color: #04D07C;
}
</style>
background-color css
<style>
a { background-color: #04D07C; }
a { background-color: rgb(4,208,124); }
div.DivClassName
{
background-color: #04D07C;
}
.BgClassName
{
background-color: #04D07C;
}
</style>
border-color css
<style>
span { border-color: #04D07C; }
span { border-color: rgb(4,208,124); }
td.TdClassName
{
border-color: #04D07C;
}
.TagClassName
{
border-color: #04D07C;
}
</style>