Shades of Caribbean Green #02D596
Tints of Caribbean Green #02D596
RGB
CMYK
RGB Variations
Color information
#02D596 (or 0x02D596) is known color: Caribbean Green. HEX triplet: 02, D5 and 96. RGB value is (2,213,150). Sum of RGB (Red+Green+Blue) = 2+213+150=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #02D596 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D596 is #FD2A69. Grayscale: #8E8E8E. Windows color (decimal): -16591466 or 9884930. OLE color: 9884930.
HSL color Cylindrical-coordinate representation of color #02D596: hue angle of 162.09º 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 #02D596 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 150 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.16 |
| HSL | 162.09º | 0.98% | 0.42% | - |
| HSV(B) | 162.09º | 0.99% | 0.84% | - |
| XYZ | 29.32 | 49.8 | 36.92 | - |
| YUV | 142.73 | 132.1 | 27.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 150 | 0.99 | 0 | 0.30 | 0.16 | 162.09 | 0.98 | 0.42 |
| Hex | 2 | D5 | 96 | 63 | 0 | 1E | 10 | A2 | 62 | 2A |
| Octal | 2 | 325 | 226 | 143 | 0 | 36 | 20 | 242 | 142 | 52 |
| Binary | 10 | 11010101 | 10010110 | 1100011 | 0 | 11110 | 10000 | 10100010 | 1100010 | 101010 |
Color Harmonies of #02D596
Complementary color
Monochromatic Colors of #02D596
Black with #02D596
Text Example
Text Example
White with #02D596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D596; }
p { color: rgb(2,213,150); }
H1.HeaderClassName
{
color: #02D596;
}
.AnyTagClassName
{
color: #02D596;
}
</style>
background-color css
<style>
a { background-color: #02D596; }
a { background-color: rgb(2,213,150); }
div.DivClassName
{
background-color: #02D596;
}
.BgClassName
{
background-color: #02D596;
}
</style>
border-color css
<style>
span { border-color: #02D596; }
span { border-color: rgb(2,213,150); }
td.TdClassName
{
border-color: #02D596;
}
.TagClassName
{
border-color: #02D596;
}
</style>