Shades of Caribbean Green #01D689
Tints of Caribbean Green #01D689
RGB
CMYK
RGB Variations
Color information
#01D689 (or 0x01D689) is known color: Caribbean Green. HEX triplet: 01, D6 and 89. RGB value is (1,214,137). Sum of RGB (Red+Green+Blue) = 1+214+137=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 214 (83.98% from 255 or 60.80% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 214 - color contains mainly: green. Hex color #01D689 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D689 is #FE2976. Grayscale: #8D8D8D. Windows color (decimal): -16656759 or 9033217. OLE color: 9033217.
HSL color Cylindrical-coordinate representation of color #01D689: hue angle of 158.31º 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 #01D689 is Cyan = 1.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 214 | 137 | - |
| CMYK | 1.00 | 0 | 0.36 | 0.16 |
| HSL | 158.31º | 0.99% | 0.42% | - |
| HSV(B) | 158.31º | 1% | 0.84% | - |
| XYZ | 28.57 | 49.91 | 31.79 | - |
| YUV | 141.54 | 125.43 | 27.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 137 | 1.00 | 0 | 0.36 | 0.16 | 158.31 | 0.99 | 0.42 |
| Hex | 1 | D6 | 89 | 64 | 0 | 24 | 10 | 9E | 63 | 2A |
| Octal | 1 | 326 | 211 | 144 | 0 | 44 | 20 | 236 | 143 | 52 |
| Binary | 1 | 11010110 | 10001001 | 1100100 | 0 | 100100 | 10000 | 10011110 | 1100011 | 101010 |
Color Harmonies of #01D689
Complementary color
Monochromatic Colors of #01D689
Black with #01D689
Text Example
Text Example
White with #01D689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D689; }
p { color: rgb(1,214,137); }
H1.HeaderClassName
{
color: #01D689;
}
.AnyTagClassName
{
color: #01D689;
}
</style>
background-color css
<style>
a { background-color: #01D689; }
a { background-color: rgb(1,214,137); }
div.DivClassName
{
background-color: #01D689;
}
.BgClassName
{
background-color: #01D689;
}
</style>
border-color css
<style>
span { border-color: #01D689; }
span { border-color: rgb(1,214,137); }
td.TdClassName
{
border-color: #01D689;
}
.TagClassName
{
border-color: #01D689;
}
</style>