Shades of Caribbean Green #02D097
Tints of Caribbean Green #02D097
RGB
CMYK
RGB Variations
Color information
#02D097 (or 0x02D097) is known color: Caribbean Green. HEX triplet: 02, D0 and 97. RGB value is (2,208,151). Sum of RGB (Red+Green+Blue) = 2+208+151=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #02D097 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D097 is #FD2F68. Grayscale: #8B8B8B. Windows color (decimal): -16592745 or 9949186. OLE color: 9949186.
HSL color Cylindrical-coordinate representation of color #02D097: hue angle of 163.4º 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 #02D097 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 208 | 151 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.18 |
| HSL | 163.4º | 0.98% | 0.41% | - |
| HSV(B) | 163.4º | 0.99% | 0.82% | - |
| XYZ | 28.17 | 47.36 | 36.93 | - |
| YUV | 139.91 | 134.25 | 29.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 151 | 0.99 | 0 | 0.27 | 0.18 | 163.4 | 0.98 | 0.41 |
| Hex | 2 | D0 | 97 | 63 | 0 | 1B | 12 | A3 | 62 | 29 |
| Octal | 2 | 320 | 227 | 143 | 0 | 33 | 22 | 243 | 142 | 51 |
| Binary | 10 | 11010000 | 10010111 | 1100011 | 0 | 11011 | 10010 | 10100011 | 1100010 | 101001 |
Color Harmonies of #02D097
Complementary color
Monochromatic Colors of #02D097
Black with #02D097
Text Example
Text Example
White with #02D097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D097; }
p { color: rgb(2,208,151); }
H1.HeaderClassName
{
color: #02D097;
}
.AnyTagClassName
{
color: #02D097;
}
</style>
background-color css
<style>
a { background-color: #02D097; }
a { background-color: rgb(2,208,151); }
div.DivClassName
{
background-color: #02D097;
}
.BgClassName
{
background-color: #02D097;
}
</style>
border-color css
<style>
span { border-color: #02D097; }
span { border-color: rgb(2,208,151); }
td.TdClassName
{
border-color: #02D097;
}
.TagClassName
{
border-color: #02D097;
}
</style>