Shades of Caribbean Green #01D59C
Tints of Caribbean Green #01D59C
RGB
CMYK
RGB Variations
Color information
#01D59C (or 0x01D59C) is known color: Caribbean Green. HEX triplet: 01, D5 and 9C. RGB value is (1,213,156). Sum of RGB (Red+Green+Blue) = 1+213+156=370 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 370); Green value is 213 (83.59% from 255 or 57.57% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 213 - color contains mainly: green. Hex color #01D59C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D59C is #FE2A63. Grayscale: #8F8F8F. Windows color (decimal): -16656996 or 10278145. OLE color: 10278145.
HSL color Cylindrical-coordinate representation of color #01D59C: hue angle of 163.87º 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 #01D59C is Cyan = 1.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 213 | 156 | - |
| CMYK | 1.00 | 0 | 0.27 | 0.16 |
| HSL | 163.87º | 0.99% | 0.42% | - |
| HSV(B) | 163.87º | 1% | 0.84% | - |
| XYZ | 29.81 | 50 | 39.53 | - |
| YUV | 143.11 | 135.26 | 26.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 213 | 156 | 1.00 | 0 | 0.27 | 0.16 | 163.87 | 0.99 | 0.42 |
| Hex | 1 | D5 | 9C | 64 | 0 | 1B | 10 | A4 | 63 | 2A |
| Octal | 1 | 325 | 234 | 144 | 0 | 33 | 20 | 244 | 143 | 52 |
| Binary | 1 | 11010101 | 10011100 | 1100100 | 0 | 11011 | 10000 | 10100100 | 1100011 | 101010 |
Color Harmonies of #01D59C
Complementary color
Monochromatic Colors of #01D59C
Black with #01D59C
Text Example
Text Example
White with #01D59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D59C; }
p { color: rgb(1,213,156); }
H1.HeaderClassName
{
color: #01D59C;
}
.AnyTagClassName
{
color: #01D59C;
}
</style>
background-color css
<style>
a { background-color: #01D59C; }
a { background-color: rgb(1,213,156); }
div.DivClassName
{
background-color: #01D59C;
}
.BgClassName
{
background-color: #01D59C;
}
</style>
border-color css
<style>
span { border-color: #01D59C; }
span { border-color: rgb(1,213,156); }
td.TdClassName
{
border-color: #01D59C;
}
.TagClassName
{
border-color: #01D59C;
}
</style>