Shades of Caribbean Green #01DD9D
Tints of Caribbean Green #01DD9D
RGB
CMYK
RGB Variations
Color information
#01DD9D (or 0x01DD9D) is known color: Caribbean Green. HEX triplet: 01, DD and 9D. RGB value is (1,221,157). Sum of RGB (Red+Green+Blue) = 1+221+157=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 221 (86.72% from 255 or 58.31% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DD9D is #FE2262. Grayscale: #939393. Windows color (decimal): -16654947 or 10345729. OLE color: 10345729.
HSL color Cylindrical-coordinate representation of color #01DD9D: hue angle of 162.55º 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 #01DD9D is Cyan = 1.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 157 | - |
| CMYK | 1.00 | 0 | 0.29 | 0.13 |
| HSL | 162.55º | 0.99% | 0.44% | - |
| HSV(B) | 162.55º | 1% | 0.87% | - |
| XYZ | 31.95 | 54.15 | 40.67 | - |
| YUV | 147.92 | 133.11 | 23.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 157 | 1.00 | 0 | 0.29 | 0.13 | 162.55 | 0.99 | 0.44 |
| Hex | 1 | DD | 9D | 64 | 0 | 1D | D | A3 | 63 | 2C |
| Octal | 1 | 335 | 235 | 144 | 0 | 35 | 15 | 243 | 143 | 54 |
| Binary | 1 | 11011101 | 10011101 | 1100100 | 0 | 11101 | 1101 | 10100011 | 1100011 | 101100 |
Color Harmonies of #01DD9D
Complementary color
Monochromatic Colors of #01DD9D
Black with #01DD9D
Text Example
Text Example
White with #01DD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DD9D; }
p { color: rgb(1,221,157); }
H1.HeaderClassName
{
color: #01DD9D;
}
.AnyTagClassName
{
color: #01DD9D;
}
</style>
background-color css
<style>
a { background-color: #01DD9D; }
a { background-color: rgb(1,221,157); }
div.DivClassName
{
background-color: #01DD9D;
}
.BgClassName
{
background-color: #01DD9D;
}
</style>
border-color css
<style>
span { border-color: #01DD9D; }
span { border-color: rgb(1,221,157); }
td.TdClassName
{
border-color: #01DD9D;
}
.TagClassName
{
border-color: #01DD9D;
}
</style>