Shades of Caribbean Green #02D588
Tints of Caribbean Green #02D588
RGB
CMYK
RGB Variations
Color information
#02D588 (or 0x02D588) is known color: Caribbean Green. HEX triplet: 02, D5 and 88. RGB value is (2,213,136). Sum of RGB (Red+Green+Blue) = 2+213+136=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 213 (83.59% from 255 or 60.68% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 213 - color contains mainly: green. Hex color #02D588 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D588 is #FD2A77. Grayscale: #8D8D8D. Windows color (decimal): -16591480 or 8967426. OLE color: 8967426.
HSL color Cylindrical-coordinate representation of color #02D588: hue angle of 158.1º 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 #02D588 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 136 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.16 |
| HSL | 158.1º | 0.98% | 0.42% | - |
| HSV(B) | 158.1º | 0.99% | 0.84% | - |
| XYZ | 28.26 | 49.38 | 31.33 | - |
| YUV | 141.13 | 125.1 | 28.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 136 | 0.99 | 0 | 0.36 | 0.16 | 158.1 | 0.98 | 0.42 |
| Hex | 2 | D5 | 88 | 63 | 0 | 24 | 10 | 9E | 62 | 2A |
| Octal | 2 | 325 | 210 | 143 | 0 | 44 | 20 | 236 | 142 | 52 |
| Binary | 10 | 11010101 | 10001000 | 1100011 | 0 | 100100 | 10000 | 10011110 | 1100010 | 101010 |
Color Harmonies of #02D588
Complementary color
Monochromatic Colors of #02D588
Black with #02D588
Text Example
Text Example
White with #02D588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D588; }
p { color: rgb(2,213,136); }
H1.HeaderClassName
{
color: #02D588;
}
.AnyTagClassName
{
color: #02D588;
}
</style>
background-color css
<style>
a { background-color: #02D588; }
a { background-color: rgb(2,213,136); }
div.DivClassName
{
background-color: #02D588;
}
.BgClassName
{
background-color: #02D588;
}
</style>
border-color css
<style>
span { border-color: #02D588; }
span { border-color: rgb(2,213,136); }
td.TdClassName
{
border-color: #02D588;
}
.TagClassName
{
border-color: #02D588;
}
</style>