Shades of Caribbean Green #01D981
Tints of Caribbean Green #01D981
RGB
CMYK
RGB Variations
Color information
#01D981 (or 0x01D981) is known color: Caribbean Green. HEX triplet: 01, D9 and 81. RGB value is (1,217,129). Sum of RGB (Red+Green+Blue) = 1+217+129=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 217 (85.16% from 255 or 62.54% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 217 - color contains mainly: green. Hex color #01D981 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D981 is #FE267E. Grayscale: #8E8E8E. Windows color (decimal): -16655999 or 8509697. OLE color: 8509697.
HSL color Cylindrical-coordinate representation of color #01D981: hue angle of 155.56º 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 #01D981 is Cyan = 1.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 217 | 129 | - |
| CMYK | 1.00 | 0 | 0.41 | 0.15 |
| HSL | 155.56º | 0.99% | 0.43% | - |
| HSV(B) | 155.56º | 1% | 0.85% | - |
| XYZ | 28.79 | 51.22 | 29.14 | - |
| YUV | 142.38 | 120.44 | 27.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 217 | 129 | 1.00 | 0 | 0.41 | 0.15 | 155.56 | 0.99 | 0.43 |
| Hex | 1 | D9 | 81 | 64 | 0 | 29 | F | 9C | 63 | 2B |
| Octal | 1 | 331 | 201 | 144 | 0 | 51 | 17 | 234 | 143 | 53 |
| Binary | 1 | 11011001 | 10000001 | 1100100 | 0 | 101001 | 1111 | 10011100 | 1100011 | 101011 |
Color Harmonies of #01D981
Complementary color
Monochromatic Colors of #01D981
Black with #01D981
Text Example
Text Example
White with #01D981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D981; }
p { color: rgb(1,217,129); }
H1.HeaderClassName
{
color: #01D981;
}
.AnyTagClassName
{
color: #01D981;
}
</style>
background-color css
<style>
a { background-color: #01D981; }
a { background-color: rgb(1,217,129); }
div.DivClassName
{
background-color: #01D981;
}
.BgClassName
{
background-color: #01D981;
}
</style>
border-color css
<style>
span { border-color: #01D981; }
span { border-color: rgb(1,217,129); }
td.TdClassName
{
border-color: #01D981;
}
.TagClassName
{
border-color: #01D981;
}
</style>