Shades of Caribbean Green #01D577
Tints of Caribbean Green #01D577
RGB
CMYK
RGB Variations
Color information
#01D577 (or 0x01D577) is known color: Caribbean Green. HEX triplet: 01, D5 and 77. RGB value is (1,213,119). Sum of RGB (Red+Green+Blue) = 1+213+119=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 213 (83.59% from 255 or 63.96% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 213 - color contains mainly: green. Hex color #01D577 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D577 is #FE2A88. Grayscale: #8B8B8B. Windows color (decimal): -16657033 or 7853313. OLE color: 7853313.
HSL color Cylindrical-coordinate representation of color #01D577: hue angle of 153.4º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D577 is Cyan = 1.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 213 | 119 | - |
| CMYK | 1.00 | 0 | 0.44 | 0.16 |
| HSL | 153.4º | 0.99% | 0.42% | - |
| HSV(B) | 153.4º | 1% | 0.84% | - |
| XYZ | 27.14 | 48.93 | 25.47 | - |
| YUV | 138.9 | 116.76 | 29.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 213 | 119 | 1.00 | 0 | 0.44 | 0.16 | 153.4 | 0.99 | 0.42 |
| Hex | 1 | D5 | 77 | 64 | 0 | 2C | 10 | 99 | 63 | 2A |
| Octal | 1 | 325 | 167 | 144 | 0 | 54 | 20 | 231 | 143 | 52 |
| Binary | 1 | 11010101 | 1110111 | 1100100 | 0 | 101100 | 10000 | 10011001 | 1100011 | 101010 |
Color Harmonies of #01D577
Complementary color
Monochromatic Colors of #01D577
Black with #01D577
Text Example
Text Example
White with #01D577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D577; }
p { color: rgb(1,213,119); }
H1.HeaderClassName
{
color: #01D577;
}
.AnyTagClassName
{
color: #01D577;
}
</style>
background-color css
<style>
a { background-color: #01D577; }
a { background-color: rgb(1,213,119); }
div.DivClassName
{
background-color: #01D577;
}
.BgClassName
{
background-color: #01D577;
}
</style>
border-color css
<style>
span { border-color: #01D577; }
span { border-color: rgb(1,213,119); }
td.TdClassName
{
border-color: #01D577;
}
.TagClassName
{
border-color: #01D577;
}
</style>