Shades of Caribbean Green #01DD89
Tints of Caribbean Green #01DD89
RGB
CMYK
RGB Variations
Color information
#01DD89 (or 0x01DD89) is known color: Caribbean Green. HEX triplet: 01, DD and 89. RGB value is (1,221,137). Sum of RGB (Red+Green+Blue) = 1+221+137=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 221 (86.72% from 255 or 61.56% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DD89 is #FE2276. Grayscale: #919191. Windows color (decimal): -16654967 or 9035009. OLE color: 9035009.
HSL color Cylindrical-coordinate representation of color #01DD89: hue angle of 157.09º 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 #01DD89 is Cyan = 1.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 137 | - |
| CMYK | 1.00 | 0 | 0.38 | 0.13 |
| HSL | 157.09º | 0.99% | 0.44% | - |
| HSV(B) | 157.09º | 1% | 0.87% | - |
| XYZ | 30.38 | 53.53 | 32.4 | - |
| YUV | 145.64 | 123.11 | 24.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 137 | 1.00 | 0 | 0.38 | 0.13 | 157.09 | 0.99 | 0.44 |
| Hex | 1 | DD | 89 | 64 | 0 | 26 | D | 9D | 63 | 2C |
| Octal | 1 | 335 | 211 | 144 | 0 | 46 | 15 | 235 | 143 | 54 |
| Binary | 1 | 11011101 | 10001001 | 1100100 | 0 | 100110 | 1101 | 10011101 | 1100011 | 101100 |
Color Harmonies of #01DD89
Complementary color
Monochromatic Colors of #01DD89
Black with #01DD89
Text Example
Text Example
White with #01DD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DD89; }
p { color: rgb(1,221,137); }
H1.HeaderClassName
{
color: #01DD89;
}
.AnyTagClassName
{
color: #01DD89;
}
</style>
background-color css
<style>
a { background-color: #01DD89; }
a { background-color: rgb(1,221,137); }
div.DivClassName
{
background-color: #01DD89;
}
.BgClassName
{
background-color: #01DD89;
}
</style>
border-color css
<style>
span { border-color: #01DD89; }
span { border-color: rgb(1,221,137); }
td.TdClassName
{
border-color: #01DD89;
}
.TagClassName
{
border-color: #01DD89;
}
</style>