Shades of Caribbean Green #01D878
Tints of Caribbean Green #01D878
RGB
CMYK
RGB Variations
Color information
#01D878 (or 0x01D878) is known color: Caribbean Green. HEX triplet: 01, D8 and 78. RGB value is (1,216,120). Sum of RGB (Red+Green+Blue) = 1+216+120=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 216 (84.77% from 255 or 64.09% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 216 - color contains mainly: green. Hex color #01D878 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D878 is #FE2787. Grayscale: #8C8C8C. Windows color (decimal): -16656264 or 7919617. OLE color: 7919617.
HSL color Cylindrical-coordinate representation of color #01D878: hue angle of 153.21º 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 #01D878 is Cyan = 1.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 216 | 120 | - |
| CMYK | 1.00 | 0 | 0.44 | 0.15 |
| HSL | 153.21º | 0.99% | 0.43% | - |
| HSV(B) | 153.21º | 1% | 0.85% | - |
| XYZ | 27.96 | 50.47 | 26.04 | - |
| YUV | 140.77 | 116.27 | 28.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 216 | 120 | 1.00 | 0 | 0.44 | 0.15 | 153.21 | 0.99 | 0.43 |
| Hex | 1 | D8 | 78 | 64 | 0 | 2C | F | 99 | 63 | 2B |
| Octal | 1 | 330 | 170 | 144 | 0 | 54 | 17 | 231 | 143 | 53 |
| Binary | 1 | 11011000 | 1111000 | 1100100 | 0 | 101100 | 1111 | 10011001 | 1100011 | 101011 |
Color Harmonies of #01D878
Complementary color
Monochromatic Colors of #01D878
Black with #01D878
Text Example
Text Example
White with #01D878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D878; }
p { color: rgb(1,216,120); }
H1.HeaderClassName
{
color: #01D878;
}
.AnyTagClassName
{
color: #01D878;
}
</style>
background-color css
<style>
a { background-color: #01D878; }
a { background-color: rgb(1,216,120); }
div.DivClassName
{
background-color: #01D878;
}
.BgClassName
{
background-color: #01D878;
}
</style>
border-color css
<style>
span { border-color: #01D878; }
span { border-color: rgb(1,216,120); }
td.TdClassName
{
border-color: #01D878;
}
.TagClassName
{
border-color: #01D878;
}
</style>