Shades of Caribbean Green #01D187
Tints of Caribbean Green #01D187
RGB
CMYK
RGB Variations
Color information
#01D187 (or 0x01D187) is known color: Caribbean Green. HEX triplet: 01, D1 and 87. RGB value is (1,209,135). Sum of RGB (Red+Green+Blue) = 1+209+135=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 209 (82.03% from 255 or 60.58% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 209 - color contains mainly: green. Hex color #01D187 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D187 is #FE2E78. Grayscale: #8A8A8A. Windows color (decimal): -16658041 or 8900865. OLE color: 8900865.
HSL color Cylindrical-coordinate representation of color #01D187: hue angle of 158.65º 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 #01D187 is Cyan = 1.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 209 | 135 | - |
| CMYK | 1.00 | 0 | 0.35 | 0.18 |
| HSL | 158.65º | 0.99% | 0.41% | - |
| HSV(B) | 158.65º | 1% | 0.82% | - |
| XYZ | 27.19 | 47.36 | 30.63 | - |
| YUV | 138.37 | 126.09 | 30.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 209 | 135 | 1.00 | 0 | 0.35 | 0.18 | 158.65 | 0.99 | 0.41 |
| Hex | 1 | D1 | 87 | 64 | 0 | 23 | 12 | 9F | 63 | 29 |
| Octal | 1 | 321 | 207 | 144 | 0 | 43 | 22 | 237 | 143 | 51 |
| Binary | 1 | 11010001 | 10000111 | 1100100 | 0 | 100011 | 10010 | 10011111 | 1100011 | 101001 |
Color Harmonies of #01D187
Complementary color
Monochromatic Colors of #01D187
Black with #01D187
Text Example
Text Example
White with #01D187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D187; }
p { color: rgb(1,209,135); }
H1.HeaderClassName
{
color: #01D187;
}
.AnyTagClassName
{
color: #01D187;
}
</style>
background-color css
<style>
a { background-color: #01D187; }
a { background-color: rgb(1,209,135); }
div.DivClassName
{
background-color: #01D187;
}
.BgClassName
{
background-color: #01D187;
}
</style>
border-color css
<style>
span { border-color: #01D187; }
span { border-color: rgb(1,209,135); }
td.TdClassName
{
border-color: #01D187;
}
.TagClassName
{
border-color: #01D187;
}
</style>