Shades of Caribbean Green #02D087
Tints of Caribbean Green #02D087
RGB
CMYK
RGB Variations
Color information
#02D087 (or 0x02D087) is known color: Caribbean Green. HEX triplet: 02, D0 and 87. RGB value is (2,208,135). Sum of RGB (Red+Green+Blue) = 2+208+135=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 208 (81.64% from 255 or 60.29% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 208 - color contains mainly: green. Hex color #02D087 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D087 is #FD2F78. Grayscale: #8A8A8A. Windows color (decimal): -16592761 or 8900610. OLE color: 8900610.
HSL color Cylindrical-coordinate representation of color #02D087: hue angle of 158.74º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D087 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 208 | 135 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.18 |
| HSL | 158.74º | 0.98% | 0.41% | - |
| HSV(B) | 158.74º | 0.99% | 0.82% | - |
| XYZ | 26.95 | 46.87 | 30.55 | - |
| YUV | 138.08 | 126.25 | 30.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 135 | 0.99 | 0 | 0.35 | 0.18 | 158.74 | 0.98 | 0.41 |
| Hex | 2 | D0 | 87 | 63 | 0 | 23 | 12 | 9F | 62 | 29 |
| Octal | 2 | 320 | 207 | 143 | 0 | 43 | 22 | 237 | 142 | 51 |
| Binary | 10 | 11010000 | 10000111 | 1100011 | 0 | 100011 | 10010 | 10011111 | 1100010 | 101001 |
Color Harmonies of #02D087
Complementary color
Monochromatic Colors of #02D087
Black with #02D087
Text Example
Text Example
White with #02D087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D087; }
p { color: rgb(2,208,135); }
H1.HeaderClassName
{
color: #02D087;
}
.AnyTagClassName
{
color: #02D087;
}
</style>
background-color css
<style>
a { background-color: #02D087; }
a { background-color: rgb(2,208,135); }
div.DivClassName
{
background-color: #02D087;
}
.BgClassName
{
background-color: #02D087;
}
</style>
border-color css
<style>
span { border-color: #02D087; }
span { border-color: rgb(2,208,135); }
td.TdClassName
{
border-color: #02D087;
}
.TagClassName
{
border-color: #02D087;
}
</style>