Shades of Caribbean Green #02DD84
Tints of Caribbean Green #02DD84
RGB
CMYK
RGB Variations
Color information
#02DD84 (or 0x02DD84) is known color: Caribbean Green. HEX triplet: 02, DD and 84. RGB value is (2,221,132). Sum of RGB (Red+Green+Blue) = 2+221+132=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 221 (86.72% from 255 or 62.25% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DD84 is #FD227B. Grayscale: #919191. Windows color (decimal): -16589436 or 8707330. OLE color: 8707330.
HSL color Cylindrical-coordinate representation of color #02DD84: hue angle of 155.62º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DD84 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 132 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.13 |
| HSL | 155.62º | 0.98% | 0.44% | - |
| HSV(B) | 155.62º | 0.99% | 0.87% | - |
| XYZ | 30.05 | 53.39 | 30.55 | - |
| YUV | 145.37 | 120.45 | 25.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 132 | 0.99 | 0 | 0.40 | 0.13 | 155.62 | 0.98 | 0.44 |
| Hex | 2 | DD | 84 | 63 | 0 | 28 | D | 9C | 62 | 2C |
| Octal | 2 | 335 | 204 | 143 | 0 | 50 | 15 | 234 | 142 | 54 |
| Binary | 10 | 11011101 | 10000100 | 1100011 | 0 | 101000 | 1101 | 10011100 | 1100010 | 101100 |
Color Harmonies of #02DD84
Complementary color
Monochromatic Colors of #02DD84
Black with #02DD84
Text Example
Text Example
White with #02DD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DD84; }
p { color: rgb(2,221,132); }
H1.HeaderClassName
{
color: #02DD84;
}
.AnyTagClassName
{
color: #02DD84;
}
</style>
background-color css
<style>
a { background-color: #02DD84; }
a { background-color: rgb(2,221,132); }
div.DivClassName
{
background-color: #02DD84;
}
.BgClassName
{
background-color: #02DD84;
}
</style>
border-color css
<style>
span { border-color: #02DD84; }
span { border-color: rgb(2,221,132); }
td.TdClassName
{
border-color: #02DD84;
}
.TagClassName
{
border-color: #02DD84;
}
</style>