Shades of Caribbean Green #01E197
Tints of Caribbean Green #01E197
RGB
CMYK
RGB Variations
Color information
#01E197 (or 0x01E197) is known color: Caribbean Green. HEX triplet: 01, E1 and 97. RGB value is (1,225,151). Sum of RGB (Red+Green+Blue) = 1+225+151=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 225 (88.28% from 255 or 59.68% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 225 - color contains mainly: green. Hex color #01E197 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01E197 is #FE1E68. Grayscale: #959595. Windows color (decimal): -16653929 or 9953537. OLE color: 9953537.
HSL color Cylindrical-coordinate representation of color #01E197: hue angle of 160.18º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E197 is Cyan = 1.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 225 | 151 | - |
| CMYK | 1.00 | 0 | 0.33 | 0.12 |
| HSL | 160.18º | 0.99% | 0.44% | - |
| HSV(B) | 160.18º | 1% | 0.88% | - |
| XYZ | 32.52 | 56.09 | 38.39 | - |
| YUV | 149.59 | 128.79 | 22.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 225 | 151 | 1.00 | 0 | 0.33 | 0.12 | 160.18 | 0.99 | 0.44 |
| Hex | 1 | E1 | 97 | 64 | 0 | 21 | C | A0 | 63 | 2C |
| Octal | 1 | 341 | 227 | 144 | 0 | 41 | 14 | 240 | 143 | 54 |
| Binary | 1 | 11100001 | 10010111 | 1100100 | 0 | 100001 | 1100 | 10100000 | 1100011 | 101100 |
Color Harmonies of #01E197
Complementary color
Monochromatic Colors of #01E197
Black with #01E197
Text Example
Text Example
White with #01E197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E197; }
p { color: rgb(1,225,151); }
H1.HeaderClassName
{
color: #01E197;
}
.AnyTagClassName
{
color: #01E197;
}
</style>
background-color css
<style>
a { background-color: #01E197; }
a { background-color: rgb(1,225,151); }
div.DivClassName
{
background-color: #01E197;
}
.BgClassName
{
background-color: #01E197;
}
</style>
border-color css
<style>
span { border-color: #01E197; }
span { border-color: rgb(1,225,151); }
td.TdClassName
{
border-color: #01E197;
}
.TagClassName
{
border-color: #01E197;
}
</style>