Shades of Caribbean Green #01D181
Tints of Caribbean Green #01D181
RGB
CMYK
RGB Variations
Color information
#01D181 (or 0x01D181) is known color: Caribbean Green. HEX triplet: 01, D1 and 81. RGB value is (1,209,129). Sum of RGB (Red+Green+Blue) = 1+209+129=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 209 (82.03% from 255 or 61.65% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 209 - color contains mainly: green. Hex color #01D181 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D181 is #FE2E7E. Grayscale: #898989. Windows color (decimal): -16658047 or 8507649. OLE color: 8507649.
HSL color Cylindrical-coordinate representation of color #01D181: hue angle of 156.92º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D181 is Cyan = 1.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 209 | 129 | - |
| CMYK | 1.00 | 0 | 0.38 | 0.18 |
| HSL | 156.92º | 0.99% | 0.41% | - |
| HSV(B) | 156.92º | 1% | 0.82% | - |
| XYZ | 26.78 | 47.19 | 28.47 | - |
| YUV | 137.69 | 123.09 | 30.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 209 | 129 | 1.00 | 0 | 0.38 | 0.18 | 156.92 | 0.99 | 0.41 |
| Hex | 1 | D1 | 81 | 64 | 0 | 26 | 12 | 9D | 63 | 29 |
| Octal | 1 | 321 | 201 | 144 | 0 | 46 | 22 | 235 | 143 | 51 |
| Binary | 1 | 11010001 | 10000001 | 1100100 | 0 | 100110 | 10010 | 10011101 | 1100011 | 101001 |
Color Harmonies of #01D181
Complementary color
Monochromatic Colors of #01D181
Black with #01D181
Text Example
Text Example
White with #01D181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D181; }
p { color: rgb(1,209,129); }
H1.HeaderClassName
{
color: #01D181;
}
.AnyTagClassName
{
color: #01D181;
}
</style>
background-color css
<style>
a { background-color: #01D181; }
a { background-color: rgb(1,209,129); }
div.DivClassName
{
background-color: #01D181;
}
.BgClassName
{
background-color: #01D181;
}
</style>
border-color css
<style>
span { border-color: #01D181; }
span { border-color: rgb(1,209,129); }
td.TdClassName
{
border-color: #01D181;
}
.TagClassName
{
border-color: #01D181;
}
</style>