Shades of Caribbean Green #04D680
Tints of Caribbean Green #04D680
RGB
CMYK
RGB Variations
Color information
#04D680 (or 0x04D680) is known color: Caribbean Green. HEX triplet: 04, D6 and 80. RGB value is (4,214,128). Sum of RGB (Red+Green+Blue) = 4+214+128=346 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 346); Green value is 214 (83.98% from 255 or 61.85% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 214 - color contains mainly: green. Hex color #04D680 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04D680 is #FB297F. Grayscale: #8D8D8D. Windows color (decimal): -16460160 or 8443396. OLE color: 8443396.
HSL color Cylindrical-coordinate representation of color #04D680: hue angle of 155.43º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D680 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 214 | 128 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.16 |
| HSL | 155.43º | 0.96% | 0.43% | - |
| HSV(B) | 155.43º | 0.98% | 0.84% | - |
| XYZ | 27.99 | 49.68 | 28.54 | - |
| YUV | 141.41 | 120.43 | 29.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 214 | 128 | 0.98 | 0 | 0.40 | 0.16 | 155.43 | 0.96 | 0.43 |
| Hex | 4 | D6 | 80 | 62 | 0 | 28 | 10 | 9B | 60 | 2B |
| Octal | 4 | 326 | 200 | 142 | 0 | 50 | 20 | 233 | 140 | 53 |
| Binary | 100 | 11010110 | 10000000 | 1100010 | 0 | 101000 | 10000 | 10011011 | 1100000 | 101011 |
Color Harmonies of #04D680
Complementary color
Monochromatic Colors of #04D680
Black with #04D680
Text Example
Text Example
White with #04D680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D680; }
p { color: rgb(4,214,128); }
H1.HeaderClassName
{
color: #04D680;
}
.AnyTagClassName
{
color: #04D680;
}
</style>
background-color css
<style>
a { background-color: #04D680; }
a { background-color: rgb(4,214,128); }
div.DivClassName
{
background-color: #04D680;
}
.BgClassName
{
background-color: #04D680;
}
</style>
border-color css
<style>
span { border-color: #04D680; }
span { border-color: rgb(4,214,128); }
td.TdClassName
{
border-color: #04D680;
}
.TagClassName
{
border-color: #04D680;
}
</style>