Shades of Caribbean Green #01D584
Tints of Caribbean Green #01D584
RGB
CMYK
RGB Variations
Color information
#01D584 (or 0x01D584) is known color: Caribbean Green. HEX triplet: 01, D5 and 84. RGB value is (1,213,132). Sum of RGB (Red+Green+Blue) = 1+213+132=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 213 (83.59% from 255 or 61.56% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 213 - color contains mainly: green. Hex color #01D584 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D584 is #FE2A7B. Grayscale: #8C8C8C. Windows color (decimal): -16657020 or 8705281. OLE color: 8705281.
HSL color Cylindrical-coordinate representation of color #01D584: hue angle of 157.08º 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 #01D584 is Cyan = 1.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 213 | 132 | - |
| CMYK | 1.00 | 0 | 0.38 | 0.16 |
| HSL | 157.08º | 0.99% | 0.42% | - |
| HSV(B) | 157.08º | 1% | 0.84% | - |
| XYZ | 27.97 | 49.26 | 29.86 | - |
| YUV | 140.38 | 123.26 | 28.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 213 | 132 | 1.00 | 0 | 0.38 | 0.16 | 157.08 | 0.99 | 0.42 |
| Hex | 1 | D5 | 84 | 64 | 0 | 26 | 10 | 9D | 63 | 2A |
| Octal | 1 | 325 | 204 | 144 | 0 | 46 | 20 | 235 | 143 | 52 |
| Binary | 1 | 11010101 | 10000100 | 1100100 | 0 | 100110 | 10000 | 10011101 | 1100011 | 101010 |
Color Harmonies of #01D584
Complementary color
Monochromatic Colors of #01D584
Black with #01D584
Text Example
Text Example
White with #01D584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D584; }
p { color: rgb(1,213,132); }
H1.HeaderClassName
{
color: #01D584;
}
.AnyTagClassName
{
color: #01D584;
}
</style>
background-color css
<style>
a { background-color: #01D584; }
a { background-color: rgb(1,213,132); }
div.DivClassName
{
background-color: #01D584;
}
.BgClassName
{
background-color: #01D584;
}
</style>
border-color css
<style>
span { border-color: #01D584; }
span { border-color: rgb(1,213,132); }
td.TdClassName
{
border-color: #01D584;
}
.TagClassName
{
border-color: #01D584;
}
</style>