Shades of Caribbean Green #02C987
Tints of Caribbean Green #02C987
RGB
CMYK
RGB Variations
Color information
#02C987 (or 0x02C987) is known color: Caribbean Green. HEX triplet: 02, C9 and 87. RGB value is (2,201,135). Sum of RGB (Red+Green+Blue) = 2+201+135=338 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 338); Green value is 201 (78.91% from 255 or 59.47% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 201 - color contains mainly: green. Hex color #02C987 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C987 is #FD3678. Grayscale: #868686. Windows color (decimal): -16594553 or 8898818. OLE color: 8898818.
HSL color Cylindrical-coordinate representation of color #02C987: hue angle of 160.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C987 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 135 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.21 |
| HSL | 160.1º | 0.98% | 0.4% | - |
| HSV(B) | 160.1º | 0.99% | 0.79% | - |
| XYZ | 25.28 | 43.54 | 29.99 | - |
| YUV | 133.98 | 128.57 | 33.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 135 | 0.99 | 0 | 0.33 | 0.21 | 160.1 | 0.98 | 0.4 |
| Hex | 2 | C9 | 87 | 63 | 0 | 21 | 15 | A0 | 62 | 28 |
| Octal | 2 | 311 | 207 | 143 | 0 | 41 | 25 | 240 | 142 | 50 |
| Binary | 10 | 11001001 | 10000111 | 1100011 | 0 | 100001 | 10101 | 10100000 | 1100010 | 101000 |
Color Harmonies of #02C987
Complementary color
Monochromatic Colors of #02C987
Black with #02C987
Text Example
Text Example
White with #02C987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C987; }
p { color: rgb(2,201,135); }
H1.HeaderClassName
{
color: #02C987;
}
.AnyTagClassName
{
color: #02C987;
}
</style>
background-color css
<style>
a { background-color: #02C987; }
a { background-color: rgb(2,201,135); }
div.DivClassName
{
background-color: #02C987;
}
.BgClassName
{
background-color: #02C987;
}
</style>
border-color css
<style>
span { border-color: #02C987; }
span { border-color: rgb(2,201,135); }
td.TdClassName
{
border-color: #02C987;
}
.TagClassName
{
border-color: #02C987;
}
</style>