Shades of Caribbean Green #01DA91
Tints of Caribbean Green #01DA91
RGB
CMYK
RGB Variations
Color information
#01DA91 (or 0x01DA91) is known color: Caribbean Green. HEX triplet: 01, DA and 91. RGB value is (1,218,145). Sum of RGB (Red+Green+Blue) = 1+218+145=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 218 (85.55% from 255 or 59.89% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 218 - color contains mainly: green. Hex color #01DA91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DA91 is #FE256E. Grayscale: #909090. Windows color (decimal): -16655727 or 9558529. OLE color: 9558529.
HSL color Cylindrical-coordinate representation of color #01DA91: hue angle of 159.82º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DA91 is Cyan = 1.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 218 | 145 | - |
| CMYK | 1.00 | 0 | 0.33 | 0.15 |
| HSL | 159.82º | 0.99% | 0.43% | - |
| HSV(B) | 159.82º | 1% | 0.85% | - |
| XYZ | 30.19 | 52.19 | 35.27 | - |
| YUV | 144.8 | 128.11 | 25.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 218 | 145 | 1.00 | 0 | 0.33 | 0.15 | 159.82 | 0.99 | 0.43 |
| Hex | 1 | DA | 91 | 64 | 0 | 21 | F | A0 | 63 | 2B |
| Octal | 1 | 332 | 221 | 144 | 0 | 41 | 17 | 240 | 143 | 53 |
| Binary | 1 | 11011010 | 10010001 | 1100100 | 0 | 100001 | 1111 | 10100000 | 1100011 | 101011 |
Color Harmonies of #01DA91
Complementary color
Monochromatic Colors of #01DA91
Black with #01DA91
Text Example
Text Example
White with #01DA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DA91; }
p { color: rgb(1,218,145); }
H1.HeaderClassName
{
color: #01DA91;
}
.AnyTagClassName
{
color: #01DA91;
}
</style>
background-color css
<style>
a { background-color: #01DA91; }
a { background-color: rgb(1,218,145); }
div.DivClassName
{
background-color: #01DA91;
}
.BgClassName
{
background-color: #01DA91;
}
</style>
border-color css
<style>
span { border-color: #01DA91; }
span { border-color: rgb(1,218,145); }
td.TdClassName
{
border-color: #01DA91;
}
.TagClassName
{
border-color: #01DA91;
}
</style>