Shades of Caribbean Green #01D494
Tints of Caribbean Green #01D494
RGB
CMYK
RGB Variations
Color information
#01D494 (or 0x01D494) is known color: Caribbean Green. HEX triplet: 01, D4 and 94. RGB value is (1,212,148). Sum of RGB (Red+Green+Blue) = 1+212+148=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 212 (83.20% from 255 or 58.73% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 212 - color contains mainly: green. Hex color #01D494 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D494 is #FE2B6B. Grayscale: #8D8D8D. Windows color (decimal): -16657260 or 9753601. OLE color: 9753601.
HSL color Cylindrical-coordinate representation of color #01D494: hue angle of 161.8º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D494 is Cyan = 1.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 148 | - |
| CMYK | 1.00 | 0 | 0.30 | 0.17 |
| HSL | 161.8º | 0.99% | 0.42% | - |
| HSV(B) | 161.8º | 1% | 0.83% | - |
| XYZ | 28.9 | 49.23 | 36 | - |
| YUV | 141.62 | 131.6 | 27.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 148 | 1.00 | 0 | 0.30 | 0.17 | 161.8 | 0.99 | 0.42 |
| Hex | 1 | D4 | 94 | 64 | 0 | 1E | 11 | A2 | 63 | 2A |
| Octal | 1 | 324 | 224 | 144 | 0 | 36 | 21 | 242 | 143 | 52 |
| Binary | 1 | 11010100 | 10010100 | 1100100 | 0 | 11110 | 10001 | 10100010 | 1100011 | 101010 |
Color Harmonies of #01D494
Complementary color
Monochromatic Colors of #01D494
Black with #01D494
Text Example
Text Example
White with #01D494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D494; }
p { color: rgb(1,212,148); }
H1.HeaderClassName
{
color: #01D494;
}
.AnyTagClassName
{
color: #01D494;
}
</style>
background-color css
<style>
a { background-color: #01D494; }
a { background-color: rgb(1,212,148); }
div.DivClassName
{
background-color: #01D494;
}
.BgClassName
{
background-color: #01D494;
}
</style>
border-color css
<style>
span { border-color: #01D494; }
span { border-color: rgb(1,212,148); }
td.TdClassName
{
border-color: #01D494;
}
.TagClassName
{
border-color: #01D494;
}
</style>