Shades of Caribbean Green #02DF84
Tints of Caribbean Green #02DF84
RGB
CMYK
RGB Variations
Color information
#02DF84 (or 0x02DF84) is known color: Caribbean Green. HEX triplet: 02, DF and 84. RGB value is (2,223,132). Sum of RGB (Red+Green+Blue) = 2+223+132=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 223 (87.5% from 255 or 62.46% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DF84 is #FD207B. Grayscale: #929292. Windows color (decimal): -16588924 or 8707842. OLE color: 8707842.
HSL color Cylindrical-coordinate representation of color #02DF84: hue angle of 155.29º 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 #02DF84 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 132 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.13 |
| HSL | 155.29º | 0.98% | 0.44% | - |
| HSV(B) | 155.29º | 0.99% | 0.87% | - |
| XYZ | 30.58 | 54.45 | 30.73 | - |
| YUV | 146.55 | 119.78 | 24.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 132 | 0.99 | 0 | 0.41 | 0.13 | 155.29 | 0.98 | 0.44 |
| Hex | 2 | DF | 84 | 63 | 0 | 29 | D | 9B | 62 | 2C |
| Octal | 2 | 337 | 204 | 143 | 0 | 51 | 15 | 233 | 142 | 54 |
| Binary | 10 | 11011111 | 10000100 | 1100011 | 0 | 101001 | 1101 | 10011011 | 1100010 | 101100 |
Color Harmonies of #02DF84
Complementary color
Monochromatic Colors of #02DF84
Black with #02DF84
Text Example
Text Example
White with #02DF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF84; }
p { color: rgb(2,223,132); }
H1.HeaderClassName
{
color: #02DF84;
}
.AnyTagClassName
{
color: #02DF84;
}
</style>
background-color css
<style>
a { background-color: #02DF84; }
a { background-color: rgb(2,223,132); }
div.DivClassName
{
background-color: #02DF84;
}
.BgClassName
{
background-color: #02DF84;
}
</style>
border-color css
<style>
span { border-color: #02DF84; }
span { border-color: rgb(2,223,132); }
td.TdClassName
{
border-color: #02DF84;
}
.TagClassName
{
border-color: #02DF84;
}
</style>