Shades of Caribbean Green #01DB7D
Tints of Caribbean Green #01DB7D
RGB
CMYK
RGB Variations
Color information
#01DB7D (or 0x01DB7D) is known color: Caribbean Green. HEX triplet: 01, DB and 7D. RGB value is (1,219,125). Sum of RGB (Red+Green+Blue) = 1+219+125=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 219 (85.94% from 255 or 63.48% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 219 - color contains mainly: green. Hex color #01DB7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DB7D is #FE2482. Grayscale: #8F8F8F. Windows color (decimal): -16655491 or 8248065. OLE color: 8248065.
HSL color Cylindrical-coordinate representation of color #01DB7D: hue angle of 154.13º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DB7D is Cyan = 1.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 219 | 125 | - |
| CMYK | 1.00 | 0 | 0.43 | 0.14 |
| HSL | 154.13º | 0.99% | 0.43% | - |
| HSV(B) | 154.13º | 1% | 0.86% | - |
| XYZ | 29.05 | 52.15 | 27.94 | - |
| YUV | 143.1 | 117.78 | 26.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 219 | 125 | 1.00 | 0 | 0.43 | 0.14 | 154.13 | 0.99 | 0.43 |
| Hex | 1 | DB | 7D | 64 | 0 | 2B | E | 9A | 63 | 2B |
| Octal | 1 | 333 | 175 | 144 | 0 | 53 | 16 | 232 | 143 | 53 |
| Binary | 1 | 11011011 | 1111101 | 1100100 | 0 | 101011 | 1110 | 10011010 | 1100011 | 101011 |
Color Harmonies of #01DB7D
Complementary color
Monochromatic Colors of #01DB7D
Black with #01DB7D
Text Example
Text Example
White with #01DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DB7D; }
p { color: rgb(1,219,125); }
H1.HeaderClassName
{
color: #01DB7D;
}
.AnyTagClassName
{
color: #01DB7D;
}
</style>
background-color css
<style>
a { background-color: #01DB7D; }
a { background-color: rgb(1,219,125); }
div.DivClassName
{
background-color: #01DB7D;
}
.BgClassName
{
background-color: #01DB7D;
}
</style>
border-color css
<style>
span { border-color: #01DB7D; }
span { border-color: rgb(1,219,125); }
td.TdClassName
{
border-color: #01DB7D;
}
.TagClassName
{
border-color: #01DB7D;
}
</style>