Shades of Caribbean Green #01E39D
Tints of Caribbean Green #01E39D
RGB
CMYK
RGB Variations
Color information
#01E39D (or 0x01E39D) is known color: Caribbean Green. HEX triplet: 01, E3 and 9D. RGB value is (1,227,157). Sum of RGB (Red+Green+Blue) = 1+227+157=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 227 (89.06% from 255 or 58.96% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 227 - color contains mainly: green. Hex color #01E39D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01E39D is #FE1C62. Grayscale: #979797. Windows color (decimal): -16653411 or 10347265. OLE color: 10347265.
HSL color Cylindrical-coordinate representation of color #01E39D: hue angle of 161.42º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E39D is Cyan = 1.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 227 | 157 | - |
| CMYK | 1.00 | 0 | 0.31 | 0.11 |
| HSL | 161.42º | 0.99% | 0.45% | - |
| HSV(B) | 161.42º | 1% | 0.89% | - |
| XYZ | 33.57 | 57.38 | 41.2 | - |
| YUV | 151.45 | 131.13 | 20.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 227 | 157 | 1.00 | 0 | 0.31 | 0.11 | 161.42 | 0.99 | 0.45 |
| Hex | 1 | E3 | 9D | 64 | 0 | 1F | B | A1 | 63 | 2D |
| Octal | 1 | 343 | 235 | 144 | 0 | 37 | 13 | 241 | 143 | 55 |
| Binary | 1 | 11100011 | 10011101 | 1100100 | 0 | 11111 | 1011 | 10100001 | 1100011 | 101101 |
Color Harmonies of #01E39D
Complementary color
Monochromatic Colors of #01E39D
Black with #01E39D
Text Example
Text Example
White with #01E39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E39D; }
p { color: rgb(1,227,157); }
H1.HeaderClassName
{
color: #01E39D;
}
.AnyTagClassName
{
color: #01E39D;
}
</style>
background-color css
<style>
a { background-color: #01E39D; }
a { background-color: rgb(1,227,157); }
div.DivClassName
{
background-color: #01E39D;
}
.BgClassName
{
background-color: #01E39D;
}
</style>
border-color css
<style>
span { border-color: #01E39D; }
span { border-color: rgb(1,227,157); }
td.TdClassName
{
border-color: #01E39D;
}
.TagClassName
{
border-color: #01E39D;
}
</style>