Shades of Caribbean Green #01D081
Tints of Caribbean Green #01D081
RGB
CMYK
RGB Variations
Color information
#01D081 (or 0x01D081) is known color: Caribbean Green. HEX triplet: 01, D0 and 81. RGB value is (1,208,129). Sum of RGB (Red+Green+Blue) = 1+208+129=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 208 (81.64% from 255 or 61.54% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 208 - color contains mainly: green. Hex color #01D081 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D081 is #FE2F7E. Grayscale: #898989. Windows color (decimal): -16658303 or 8507393. OLE color: 8507393.
HSL color Cylindrical-coordinate representation of color #01D081: hue angle of 157.1º 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 #01D081 is Cyan = 1.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 208 | 129 | - |
| CMYK | 1.00 | 0 | 0.38 | 0.18 |
| HSL | 157.1º | 0.99% | 0.41% | - |
| HSV(B) | 157.1º | 1% | 0.82% | - |
| XYZ | 26.53 | 46.7 | 28.39 | - |
| YUV | 137.1 | 123.42 | 30.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 129 | 1.00 | 0 | 0.38 | 0.18 | 157.1 | 0.99 | 0.41 |
| Hex | 1 | D0 | 81 | 64 | 0 | 26 | 12 | 9D | 63 | 29 |
| Octal | 1 | 320 | 201 | 144 | 0 | 46 | 22 | 235 | 143 | 51 |
| Binary | 1 | 11010000 | 10000001 | 1100100 | 0 | 100110 | 10010 | 10011101 | 1100011 | 101001 |
Color Harmonies of #01D081
Complementary color
Monochromatic Colors of #01D081
Black with #01D081
Text Example
Text Example
White with #01D081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D081; }
p { color: rgb(1,208,129); }
H1.HeaderClassName
{
color: #01D081;
}
.AnyTagClassName
{
color: #01D081;
}
</style>
background-color css
<style>
a { background-color: #01D081; }
a { background-color: rgb(1,208,129); }
div.DivClassName
{
background-color: #01D081;
}
.BgClassName
{
background-color: #01D081;
}
</style>
border-color css
<style>
span { border-color: #01D081; }
span { border-color: rgb(1,208,129); }
td.TdClassName
{
border-color: #01D081;
}
.TagClassName
{
border-color: #01D081;
}
</style>