Shades of Caribbean Green #01C487
Tints of Caribbean Green #01C487
RGB
CMYK
RGB Variations
Color information
#01C487 (or 0x01C487) is known color: Caribbean Green. HEX triplet: 01, C4 and 87. RGB value is (1,196,135). Sum of RGB (Red+Green+Blue) = 1+196+135=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 196 (76.95% from 255 or 59.04% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 196 - color contains mainly: green. Hex color #01C487 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C487 is #FE3B78. Grayscale: #828282. Windows color (decimal): -16661369 or 8897537. OLE color: 8897537.
HSL color Cylindrical-coordinate representation of color #01C487: hue angle of 161.23º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C487 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 135 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.23 |
| HSL | 161.23º | 0.99% | 0.39% | - |
| HSV(B) | 161.23º | 0.99% | 0.77% | - |
| XYZ | 24.13 | 41.24 | 29.61 | - |
| YUV | 130.74 | 130.4 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 135 | 0.99 | 0 | 0.31 | 0.23 | 161.23 | 0.99 | 0.39 |
| Hex | 1 | C4 | 87 | 63 | 0 | 1F | 17 | A1 | 63 | 27 |
| Octal | 1 | 304 | 207 | 143 | 0 | 37 | 27 | 241 | 143 | 47 |
| Binary | 1 | 11000100 | 10000111 | 1100011 | 0 | 11111 | 10111 | 10100001 | 1100011 | 100111 |
Color Harmonies of #01C487
Complementary color
Monochromatic Colors of #01C487
Black with #01C487
Text Example
Text Example
White with #01C487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C487; }
p { color: rgb(1,196,135); }
H1.HeaderClassName
{
color: #01C487;
}
.AnyTagClassName
{
color: #01C487;
}
</style>
background-color css
<style>
a { background-color: #01C487; }
a { background-color: rgb(1,196,135); }
div.DivClassName
{
background-color: #01C487;
}
.BgClassName
{
background-color: #01C487;
}
</style>
border-color css
<style>
span { border-color: #01C487; }
span { border-color: rgb(1,196,135); }
td.TdClassName
{
border-color: #01C487;
}
.TagClassName
{
border-color: #01C487;
}
</style>