Shades of Caribbean Green #01DD80
Tints of Caribbean Green #01DD80
RGB
CMYK
RGB Variations
Color information
#01DD80 (or 0x01DD80) is known color: Caribbean Green. HEX triplet: 01, DD and 80. RGB value is (1,221,128). Sum of RGB (Red+Green+Blue) = 1+221+128=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 221 (86.72% from 255 or 63.14% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DD80 is #FE227F. Grayscale: #909090. Windows color (decimal): -16654976 or 8445185. OLE color: 8445185.
HSL color Cylindrical-coordinate representation of color #01DD80: hue angle of 154.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DD80 is Cyan = 1.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 128 | - |
| CMYK | 1.00 | 0 | 0.42 | 0.13 |
| HSL | 154.64º | 0.99% | 0.44% | - |
| HSV(B) | 154.64º | 1% | 0.87% | - |
| XYZ | 29.77 | 53.28 | 29.14 | - |
| YUV | 144.62 | 118.61 | 25.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 128 | 1.00 | 0 | 0.42 | 0.13 | 154.64 | 0.99 | 0.44 |
| Hex | 1 | DD | 80 | 64 | 0 | 2A | D | 9B | 63 | 2C |
| Octal | 1 | 335 | 200 | 144 | 0 | 52 | 15 | 233 | 143 | 54 |
| Binary | 1 | 11011101 | 10000000 | 1100100 | 0 | 101010 | 1101 | 10011011 | 1100011 | 101100 |
Color Harmonies of #01DD80
Complementary color
Monochromatic Colors of #01DD80
Black with #01DD80
Text Example
Text Example
White with #01DD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DD80; }
p { color: rgb(1,221,128); }
H1.HeaderClassName
{
color: #01DD80;
}
.AnyTagClassName
{
color: #01DD80;
}
</style>
background-color css
<style>
a { background-color: #01DD80; }
a { background-color: rgb(1,221,128); }
div.DivClassName
{
background-color: #01DD80;
}
.BgClassName
{
background-color: #01DD80;
}
</style>
border-color css
<style>
span { border-color: #01DD80; }
span { border-color: rgb(1,221,128); }
td.TdClassName
{
border-color: #01DD80;
}
.TagClassName
{
border-color: #01DD80;
}
</style>