Shades of Caribbean Green #02D587
Tints of Caribbean Green #02D587
RGB
CMYK
RGB Variations
Color information
#02D587 (or 0x02D587) is known color: Caribbean Green. HEX triplet: 02, D5 and 87. RGB value is (2,213,135). Sum of RGB (Red+Green+Blue) = 2+213+135=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 213 (83.59% from 255 or 60.86% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 213 - color contains mainly: green. Hex color #02D587 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D587 is #FD2A78. Grayscale: #8D8D8D. Windows color (decimal): -16591481 or 8901890. OLE color: 8901890.
HSL color Cylindrical-coordinate representation of color #02D587: hue angle of 157.82º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D587 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 135 | - |
| CMYK | 0.99 | 0 | 0.37 | 0.16 |
| HSL | 157.82º | 0.98% | 0.42% | - |
| HSV(B) | 157.82º | 0.99% | 0.84% | - |
| XYZ | 28.19 | 49.35 | 30.96 | - |
| YUV | 141.02 | 124.6 | 28.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 135 | 0.99 | 0 | 0.37 | 0.16 | 157.82 | 0.98 | 0.42 |
| Hex | 2 | D5 | 87 | 63 | 0 | 25 | 10 | 9E | 62 | 2A |
| Octal | 2 | 325 | 207 | 143 | 0 | 45 | 20 | 236 | 142 | 52 |
| Binary | 10 | 11010101 | 10000111 | 1100011 | 0 | 100101 | 10000 | 10011110 | 1100010 | 101010 |
Color Harmonies of #02D587
Complementary color
Monochromatic Colors of #02D587
Black with #02D587
Text Example
Text Example
White with #02D587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D587; }
p { color: rgb(2,213,135); }
H1.HeaderClassName
{
color: #02D587;
}
.AnyTagClassName
{
color: #02D587;
}
</style>
background-color css
<style>
a { background-color: #02D587; }
a { background-color: rgb(2,213,135); }
div.DivClassName
{
background-color: #02D587;
}
.BgClassName
{
background-color: #02D587;
}
</style>
border-color css
<style>
span { border-color: #02D587; }
span { border-color: rgb(2,213,135); }
td.TdClassName
{
border-color: #02D587;
}
.TagClassName
{
border-color: #02D587;
}
</style>