Shades of Caribbean Green #01D677
Tints of Caribbean Green #01D677
RGB
CMYK
RGB Variations
Color information
#01D677 (or 0x01D677) is known color: Caribbean Green. HEX triplet: 01, D6 and 77. RGB value is (1,214,119). Sum of RGB (Red+Green+Blue) = 1+214+119=334 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 334); Green value is 214 (83.98% from 255 or 64.07% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 214 - color contains mainly: green. Hex color #01D677 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D677 is #FE2988. Grayscale: #8B8B8B. Windows color (decimal): -16656777 or 7853569. OLE color: 7853569.
HSL color Cylindrical-coordinate representation of color #01D677: hue angle of 153.24º 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 #01D677 is Cyan = 1.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 214 | 119 | - |
| CMYK | 1.00 | 0 | 0.44 | 0.16 |
| HSL | 153.24º | 0.99% | 0.42% | - |
| HSV(B) | 153.24º | 1% | 0.84% | - |
| XYZ | 27.39 | 49.43 | 25.55 | - |
| YUV | 139.48 | 116.43 | 29.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 119 | 1.00 | 0 | 0.44 | 0.16 | 153.24 | 0.99 | 0.42 |
| Hex | 1 | D6 | 77 | 64 | 0 | 2C | 10 | 99 | 63 | 2A |
| Octal | 1 | 326 | 167 | 144 | 0 | 54 | 20 | 231 | 143 | 52 |
| Binary | 1 | 11010110 | 1110111 | 1100100 | 0 | 101100 | 10000 | 10011001 | 1100011 | 101010 |
Color Harmonies of #01D677
Complementary color
Monochromatic Colors of #01D677
Black with #01D677
Text Example
Text Example
White with #01D677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D677; }
p { color: rgb(1,214,119); }
H1.HeaderClassName
{
color: #01D677;
}
.AnyTagClassName
{
color: #01D677;
}
</style>
background-color css
<style>
a { background-color: #01D677; }
a { background-color: rgb(1,214,119); }
div.DivClassName
{
background-color: #01D677;
}
.BgClassName
{
background-color: #01D677;
}
</style>
border-color css
<style>
span { border-color: #01D677; }
span { border-color: rgb(1,214,119); }
td.TdClassName
{
border-color: #01D677;
}
.TagClassName
{
border-color: #01D677;
}
</style>