Shades of Caribbean Green #02DF89
Tints of Caribbean Green #02DF89
RGB
CMYK
RGB Variations
Color information
#02DF89 (or 0x02DF89) is known color: Caribbean Green. HEX triplet: 02, DF and 89. RGB value is (2,223,137). Sum of RGB (Red+Green+Blue) = 2+223+137=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 223 (87.5% from 255 or 61.60% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DF89 is #FD2076. Grayscale: #939393. Windows color (decimal): -16588919 or 9035522. OLE color: 9035522.
HSL color Cylindrical-coordinate representation of color #02DF89: hue angle of 156.65º 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 #02DF89 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 137 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.13 |
| HSL | 156.65º | 0.98% | 0.44% | - |
| HSV(B) | 156.65º | 0.99% | 0.87% | - |
| XYZ | 30.93 | 54.59 | 32.57 | - |
| YUV | 147.12 | 122.28 | 24.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 137 | 0.99 | 0 | 0.39 | 0.13 | 156.65 | 0.98 | 0.44 |
| Hex | 2 | DF | 89 | 63 | 0 | 27 | D | 9D | 62 | 2C |
| Octal | 2 | 337 | 211 | 143 | 0 | 47 | 15 | 235 | 142 | 54 |
| Binary | 10 | 11011111 | 10001001 | 1100011 | 0 | 100111 | 1101 | 10011101 | 1100010 | 101100 |
Color Harmonies of #02DF89
Complementary color
Monochromatic Colors of #02DF89
Black with #02DF89
Text Example
Text Example
White with #02DF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF89; }
p { color: rgb(2,223,137); }
H1.HeaderClassName
{
color: #02DF89;
}
.AnyTagClassName
{
color: #02DF89;
}
</style>
background-color css
<style>
a { background-color: #02DF89; }
a { background-color: rgb(2,223,137); }
div.DivClassName
{
background-color: #02DF89;
}
.BgClassName
{
background-color: #02DF89;
}
</style>
border-color css
<style>
span { border-color: #02DF89; }
span { border-color: rgb(2,223,137); }
td.TdClassName
{
border-color: #02DF89;
}
.TagClassName
{
border-color: #02DF89;
}
</style>