Shades of Caribbean Green #02DC80
Tints of Caribbean Green #02DC80
RGB
CMYK
RGB Variations
Color information
#02DC80 (or 0x02DC80) is known color: Caribbean Green. HEX triplet: 02, DC and 80. RGB value is (2,220,128). Sum of RGB (Red+Green+Blue) = 2+220+128=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 220 (86.33% from 255 or 62.86% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DC80 is #FD237F. Grayscale: #909090. Windows color (decimal): -16589696 or 8444930. OLE color: 8444930.
HSL color Cylindrical-coordinate representation of color #02DC80: hue angle of 154.68º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DC80 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 128 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.14 |
| HSL | 154.68º | 0.98% | 0.44% | - |
| HSV(B) | 154.68º | 0.99% | 0.86% | - |
| XYZ | 29.51 | 52.76 | 29.05 | - |
| YUV | 144.33 | 118.78 | 26.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 128 | 0.99 | 0 | 0.42 | 0.14 | 154.68 | 0.98 | 0.44 |
| Hex | 2 | DC | 80 | 63 | 0 | 2A | E | 9B | 62 | 2C |
| Octal | 2 | 334 | 200 | 143 | 0 | 52 | 16 | 233 | 142 | 54 |
| Binary | 10 | 11011100 | 10000000 | 1100011 | 0 | 101010 | 1110 | 10011011 | 1100010 | 101100 |
Color Harmonies of #02DC80
Complementary color
Monochromatic Colors of #02DC80
Black with #02DC80
Text Example
Text Example
White with #02DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DC80; }
p { color: rgb(2,220,128); }
H1.HeaderClassName
{
color: #02DC80;
}
.AnyTagClassName
{
color: #02DC80;
}
</style>
background-color css
<style>
a { background-color: #02DC80; }
a { background-color: rgb(2,220,128); }
div.DivClassName
{
background-color: #02DC80;
}
.BgClassName
{
background-color: #02DC80;
}
</style>
border-color css
<style>
span { border-color: #02DC80; }
span { border-color: rgb(2,220,128); }
td.TdClassName
{
border-color: #02DC80;
}
.TagClassName
{
border-color: #02DC80;
}
</style>