Shades of Caribbean Green #01D484
Tints of Caribbean Green #01D484
RGB
CMYK
RGB Variations
Color information
#01D484 (or 0x01D484) is known color: Caribbean Green. HEX triplet: 01, D4 and 84. RGB value is (1,212,132). Sum of RGB (Red+Green+Blue) = 1+212+132=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 212 (83.20% from 255 or 61.45% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 212 - color contains mainly: green. Hex color #01D484 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D484 is #FE2B7B. Grayscale: #8B8B8B. Windows color (decimal): -16657276 or 8705025. OLE color: 8705025.
HSL color Cylindrical-coordinate representation of color #01D484: hue angle of 157.25º 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 #01D484 is Cyan = 1.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 132 | - |
| CMYK | 1.00 | 0 | 0.38 | 0.17 |
| HSL | 157.25º | 0.99% | 0.42% | - |
| HSV(B) | 157.25º | 1% | 0.83% | - |
| XYZ | 27.72 | 48.76 | 29.78 | - |
| YUV | 139.79 | 123.6 | 29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 132 | 1.00 | 0 | 0.38 | 0.17 | 157.25 | 0.99 | 0.42 |
| Hex | 1 | D4 | 84 | 64 | 0 | 26 | 11 | 9D | 63 | 2A |
| Octal | 1 | 324 | 204 | 144 | 0 | 46 | 21 | 235 | 143 | 52 |
| Binary | 1 | 11010100 | 10000100 | 1100100 | 0 | 100110 | 10001 | 10011101 | 1100011 | 101010 |
Color Harmonies of #01D484
Complementary color
Monochromatic Colors of #01D484
Black with #01D484
Text Example
Text Example
White with #01D484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D484; }
p { color: rgb(1,212,132); }
H1.HeaderClassName
{
color: #01D484;
}
.AnyTagClassName
{
color: #01D484;
}
</style>
background-color css
<style>
a { background-color: #01D484; }
a { background-color: rgb(1,212,132); }
div.DivClassName
{
background-color: #01D484;
}
.BgClassName
{
background-color: #01D484;
}
</style>
border-color css
<style>
span { border-color: #01D484; }
span { border-color: rgb(1,212,132); }
td.TdClassName
{
border-color: #01D484;
}
.TagClassName
{
border-color: #01D484;
}
</style>