Shades of Caribbean Green #02D197
Tints of Caribbean Green #02D197
RGB
CMYK
RGB Variations
Color information
#02D197 (or 0x02D197) is known color: Caribbean Green. HEX triplet: 02, D1 and 97. RGB value is (2,209,151). Sum of RGB (Red+Green+Blue) = 2+209+151=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 209 (82.03% from 255 or 57.73% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 209 - color contains mainly: green. Hex color #02D197 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D197 is #FD2E68. Grayscale: #8C8C8C. Windows color (decimal): -16592489 or 9949442. OLE color: 9949442.
HSL color Cylindrical-coordinate representation of color #02D197: hue angle of 163.19º 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 #02D197 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 209 | 151 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.18 |
| HSL | 163.19º | 0.98% | 0.41% | - |
| HSV(B) | 163.19º | 0.99% | 0.82% | - |
| XYZ | 28.41 | 47.85 | 37.02 | - |
| YUV | 140.5 | 133.92 | 29.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 209 | 151 | 0.99 | 0 | 0.28 | 0.18 | 163.19 | 0.98 | 0.41 |
| Hex | 2 | D1 | 97 | 63 | 0 | 1C | 12 | A3 | 62 | 29 |
| Octal | 2 | 321 | 227 | 143 | 0 | 34 | 22 | 243 | 142 | 51 |
| Binary | 10 | 11010001 | 10010111 | 1100011 | 0 | 11100 | 10010 | 10100011 | 1100010 | 101001 |
Color Harmonies of #02D197
Complementary color
Monochromatic Colors of #02D197
Black with #02D197
Text Example
Text Example
White with #02D197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D197; }
p { color: rgb(2,209,151); }
H1.HeaderClassName
{
color: #02D197;
}
.AnyTagClassName
{
color: #02D197;
}
</style>
background-color css
<style>
a { background-color: #02D197; }
a { background-color: rgb(2,209,151); }
div.DivClassName
{
background-color: #02D197;
}
.BgClassName
{
background-color: #02D197;
}
</style>
border-color css
<style>
span { border-color: #02D197; }
span { border-color: rgb(2,209,151); }
td.TdClassName
{
border-color: #02D197;
}
.TagClassName
{
border-color: #02D197;
}
</style>