Shades of Caribbean Green #02D697
Tints of Caribbean Green #02D697
RGB
CMYK
RGB Variations
Color information
#02D697 (or 0x02D697) is known color: Caribbean Green. HEX triplet: 02, D6 and 97. RGB value is (2,214,151). Sum of RGB (Red+Green+Blue) = 2+214+151=367 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #02D697 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D697 is #FD2968. Grayscale: #8F8F8F. Windows color (decimal): -16591209 or 9950722. OLE color: 9950722.
HSL color Cylindrical-coordinate representation of color #02D697: hue angle of 162.17º 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 #02D697 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 151 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.16 |
| HSL | 162.17º | 0.98% | 0.42% | - |
| HSV(B) | 162.17º | 0.99% | 0.84% | - |
| XYZ | 29.66 | 50.34 | 37.43 | - |
| YUV | 143.43 | 132.26 | 27.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 151 | 0.99 | 0 | 0.29 | 0.16 | 162.17 | 0.98 | 0.42 |
| Hex | 2 | D6 | 97 | 63 | 0 | 1D | 10 | A2 | 62 | 2A |
| Octal | 2 | 326 | 227 | 143 | 0 | 35 | 20 | 242 | 142 | 52 |
| Binary | 10 | 11010110 | 10010111 | 1100011 | 0 | 11101 | 10000 | 10100010 | 1100010 | 101010 |
Color Harmonies of #02D697
Complementary color
Monochromatic Colors of #02D697
Black with #02D697
Text Example
Text Example
White with #02D697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D697; }
p { color: rgb(2,214,151); }
H1.HeaderClassName
{
color: #02D697;
}
.AnyTagClassName
{
color: #02D697;
}
</style>
background-color css
<style>
a { background-color: #02D697; }
a { background-color: rgb(2,214,151); }
div.DivClassName
{
background-color: #02D697;
}
.BgClassName
{
background-color: #02D697;
}
</style>
border-color css
<style>
span { border-color: #02D697; }
span { border-color: rgb(2,214,151); }
td.TdClassName
{
border-color: #02D697;
}
.TagClassName
{
border-color: #02D697;
}
</style>