Shades of Caribbean Green #01D877
Tints of Caribbean Green #01D877
RGB
CMYK
RGB Variations
Color information
#01D877 (or 0x01D877) is known color: Caribbean Green. HEX triplet: 01, D8 and 77. RGB value is (1,216,119). Sum of RGB (Red+Green+Blue) = 1+216+119=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 216 (84.77% from 255 or 64.29% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 216 - color contains mainly: green. Hex color #01D877 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D877 is #FE2788. Grayscale: #8C8C8C. Windows color (decimal): -16656265 or 7854081. OLE color: 7854081.
HSL color Cylindrical-coordinate representation of color #01D877: hue angle of 152.93º 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 #01D877 is Cyan = 1.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 216 | 119 | - |
| CMYK | 1.00 | 0 | 0.45 | 0.15 |
| HSL | 152.93º | 0.99% | 0.43% | - |
| HSV(B) | 152.93º | 1% | 0.85% | - |
| XYZ | 27.9 | 50.45 | 25.72 | - |
| YUV | 140.66 | 115.77 | 28.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 216 | 119 | 1.00 | 0 | 0.45 | 0.15 | 152.93 | 0.99 | 0.43 |
| Hex | 1 | D8 | 77 | 64 | 0 | 2D | F | 99 | 63 | 2B |
| Octal | 1 | 330 | 167 | 144 | 0 | 55 | 17 | 231 | 143 | 53 |
| Binary | 1 | 11011000 | 1110111 | 1100100 | 0 | 101101 | 1111 | 10011001 | 1100011 | 101011 |
Color Harmonies of #01D877
Complementary color
Monochromatic Colors of #01D877
Black with #01D877
Text Example
Text Example
White with #01D877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D877; }
p { color: rgb(1,216,119); }
H1.HeaderClassName
{
color: #01D877;
}
.AnyTagClassName
{
color: #01D877;
}
</style>
background-color css
<style>
a { background-color: #01D877; }
a { background-color: rgb(1,216,119); }
div.DivClassName
{
background-color: #01D877;
}
.BgClassName
{
background-color: #01D877;
}
</style>
border-color css
<style>
span { border-color: #01D877; }
span { border-color: rgb(1,216,119); }
td.TdClassName
{
border-color: #01D877;
}
.TagClassName
{
border-color: #01D877;
}
</style>