Shades of Caribbean Green #01DA8D
Tints of Caribbean Green #01DA8D
RGB
CMYK
RGB Variations
Color information
#01DA8D (or 0x01DA8D) is known color: Caribbean Green. HEX triplet: 01, DA and 8D. RGB value is (1,218,141). Sum of RGB (Red+Green+Blue) = 1+218+141=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 218 (85.55% from 255 or 60.56% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 218 - color contains mainly: green. Hex color #01DA8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DA8D is #FE2572. Grayscale: #909090. Windows color (decimal): -16655731 or 9296385. OLE color: 9296385.
HSL color Cylindrical-coordinate representation of color #01DA8D: hue angle of 158.71º 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 #01DA8D is Cyan = 1.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 218 | 141 | - |
| CMYK | 1.00 | 0 | 0.35 | 0.15 |
| HSL | 158.71º | 0.99% | 0.43% | - |
| HSV(B) | 158.71º | 1% | 0.85% | - |
| XYZ | 29.89 | 52.07 | 33.67 | - |
| YUV | 144.34 | 126.11 | 25.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 218 | 141 | 1.00 | 0 | 0.35 | 0.15 | 158.71 | 0.99 | 0.43 |
| Hex | 1 | DA | 8D | 64 | 0 | 23 | F | 9F | 63 | 2B |
| Octal | 1 | 332 | 215 | 144 | 0 | 43 | 17 | 237 | 143 | 53 |
| Binary | 1 | 11011010 | 10001101 | 1100100 | 0 | 100011 | 1111 | 10011111 | 1100011 | 101011 |
Color Harmonies of #01DA8D
Complementary color
Monochromatic Colors of #01DA8D
Black with #01DA8D
Text Example
Text Example
White with #01DA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DA8D; }
p { color: rgb(1,218,141); }
H1.HeaderClassName
{
color: #01DA8D;
}
.AnyTagClassName
{
color: #01DA8D;
}
</style>
background-color css
<style>
a { background-color: #01DA8D; }
a { background-color: rgb(1,218,141); }
div.DivClassName
{
background-color: #01DA8D;
}
.BgClassName
{
background-color: #01DA8D;
}
</style>
border-color css
<style>
span { border-color: #01DA8D; }
span { border-color: rgb(1,218,141); }
td.TdClassName
{
border-color: #01DA8D;
}
.TagClassName
{
border-color: #01DA8D;
}
</style>