Shades of Caribbean Green #01D588
Tints of Caribbean Green #01D588
RGB
CMYK
RGB Variations
Color information
#01D588 (or 0x01D588) is known color: Caribbean Green. HEX triplet: 01, D5 and 88. RGB value is (1,213,136). Sum of RGB (Red+Green+Blue) = 1+213+136=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 213 (83.59% from 255 or 60.86% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 213 - color contains mainly: green. Hex color #01D588 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D588 is #FE2A77. Grayscale: #8C8C8C. Windows color (decimal): -16657016 or 8967425. OLE color: 8967425.
HSL color Cylindrical-coordinate representation of color #01D588: hue angle of 158.21º 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 #01D588 is Cyan = 1.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 213 | 136 | - |
| CMYK | 1.00 | 0 | 0.36 | 0.16 |
| HSL | 158.21º | 0.99% | 0.42% | - |
| HSV(B) | 158.21º | 1% | 0.84% | - |
| XYZ | 28.25 | 49.37 | 31.33 | - |
| YUV | 140.83 | 125.26 | 28.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 213 | 136 | 1.00 | 0 | 0.36 | 0.16 | 158.21 | 0.99 | 0.42 |
| Hex | 1 | D5 | 88 | 64 | 0 | 24 | 10 | 9E | 63 | 2A |
| Octal | 1 | 325 | 210 | 144 | 0 | 44 | 20 | 236 | 143 | 52 |
| Binary | 1 | 11010101 | 10001000 | 1100100 | 0 | 100100 | 10000 | 10011110 | 1100011 | 101010 |
Color Harmonies of #01D588
Complementary color
Monochromatic Colors of #01D588
Black with #01D588
Text Example
Text Example
White with #01D588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D588; }
p { color: rgb(1,213,136); }
H1.HeaderClassName
{
color: #01D588;
}
.AnyTagClassName
{
color: #01D588;
}
</style>
background-color css
<style>
a { background-color: #01D588; }
a { background-color: rgb(1,213,136); }
div.DivClassName
{
background-color: #01D588;
}
.BgClassName
{
background-color: #01D588;
}
</style>
border-color css
<style>
span { border-color: #01D588; }
span { border-color: rgb(1,213,136); }
td.TdClassName
{
border-color: #01D588;
}
.TagClassName
{
border-color: #01D588;
}
</style>