Shades of Caribbean Green #02E197
Tints of Caribbean Green #02E197
RGB
CMYK
RGB Variations
Color information
#02E197 (or 0x02E197) is known color: Caribbean Green. HEX triplet: 02, E1 and 97. RGB value is (2,225,151). Sum of RGB (Red+Green+Blue) = 2+225+151=378 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 378); Green value is 225 (88.28% from 255 or 59.52% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 225 - color contains mainly: green. Hex color #02E197 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E197 is #FD1E68. Grayscale: #959595. Windows color (decimal): -16588393 or 9953538. OLE color: 9953538.
HSL color Cylindrical-coordinate representation of color #02E197: hue angle of 160.09º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E197 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 225 | 151 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.12 |
| HSL | 160.09º | 0.98% | 0.45% | - |
| HSV(B) | 160.09º | 0.99% | 0.88% | - |
| XYZ | 32.54 | 56.1 | 38.39 | - |
| YUV | 149.89 | 128.62 | 22.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 225 | 151 | 0.99 | 0 | 0.33 | 0.12 | 160.09 | 0.98 | 0.45 |
| Hex | 2 | E1 | 97 | 63 | 0 | 21 | C | A0 | 62 | 2D |
| Octal | 2 | 341 | 227 | 143 | 0 | 41 | 14 | 240 | 142 | 55 |
| Binary | 10 | 11100001 | 10010111 | 1100011 | 0 | 100001 | 1100 | 10100000 | 1100010 | 101101 |
Color Harmonies of #02E197
Complementary color
Monochromatic Colors of #02E197
Black with #02E197
Text Example
Text Example
White with #02E197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E197; }
p { color: rgb(2,225,151); }
H1.HeaderClassName
{
color: #02E197;
}
.AnyTagClassName
{
color: #02E197;
}
</style>
background-color css
<style>
a { background-color: #02E197; }
a { background-color: rgb(2,225,151); }
div.DivClassName
{
background-color: #02E197;
}
.BgClassName
{
background-color: #02E197;
}
</style>
border-color css
<style>
span { border-color: #02E197; }
span { border-color: rgb(2,225,151); }
td.TdClassName
{
border-color: #02E197;
}
.TagClassName
{
border-color: #02E197;
}
</style>