Shades of Caribbean Green #02D996
Tints of Caribbean Green #02D996
RGB
CMYK
RGB Variations
Color information
#02D996 (or 0x02D996) is known color: Caribbean Green. HEX triplet: 02, D9 and 96. RGB value is (2,217,150). Sum of RGB (Red+Green+Blue) = 2+217+150=369 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 369); Green value is 217 (85.16% from 255 or 58.81% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 217 - color contains mainly: green. Hex color #02D996 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D996 is #FD2669. Grayscale: #919191. Windows color (decimal): -16590442 or 9885954. OLE color: 9885954.
HSL color Cylindrical-coordinate representation of color #02D996: hue angle of 161.3º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D996 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 217 | 150 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.15 |
| HSL | 161.3º | 0.98% | 0.43% | - |
| HSV(B) | 161.3º | 0.99% | 0.85% | - |
| XYZ | 30.34 | 51.84 | 37.26 | - |
| YUV | 145.08 | 130.77 | 25.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 150 | 0.99 | 0 | 0.31 | 0.15 | 161.3 | 0.98 | 0.43 |
| Hex | 2 | D9 | 96 | 63 | 0 | 1F | F | A1 | 62 | 2B |
| Octal | 2 | 331 | 226 | 143 | 0 | 37 | 17 | 241 | 142 | 53 |
| Binary | 10 | 11011001 | 10010110 | 1100011 | 0 | 11111 | 1111 | 10100001 | 1100010 | 101011 |
Color Harmonies of #02D996
Complementary color
Monochromatic Colors of #02D996
Black with #02D996
Text Example
Text Example
White with #02D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D996; }
p { color: rgb(2,217,150); }
H1.HeaderClassName
{
color: #02D996;
}
.AnyTagClassName
{
color: #02D996;
}
</style>
background-color css
<style>
a { background-color: #02D996; }
a { background-color: rgb(2,217,150); }
div.DivClassName
{
background-color: #02D996;
}
.BgClassName
{
background-color: #02D996;
}
</style>
border-color css
<style>
span { border-color: #02D996; }
span { border-color: rgb(2,217,150); }
td.TdClassName
{
border-color: #02D996;
}
.TagClassName
{
border-color: #02D996;
}
</style>