Shades of Caribbean Green #01C582
Tints of Caribbean Green #01C582
RGB
CMYK
RGB Variations
Color information
#01C582 (or 0x01C582) is known color: Caribbean Green. HEX triplet: 01, C5 and 82. RGB value is (1,197,130). Sum of RGB (Red+Green+Blue) = 1+197+130=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 197 (77.34% from 255 or 60.06% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 197 - color contains mainly: green. Hex color #01C582 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C582 is #FE3A7D. Grayscale: #828282. Windows color (decimal): -16661118 or 8570113. OLE color: 8570113.
HSL color Cylindrical-coordinate representation of color #01C582: hue angle of 159.49º 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 #01C582 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 197 | 130 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.23 |
| HSL | 159.49º | 0.99% | 0.39% | - |
| HSV(B) | 159.49º | 0.99% | 0.77% | - |
| XYZ | 24.01 | 41.55 | 27.87 | - |
| YUV | 130.76 | 127.57 | 35.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 197 | 130 | 0.99 | 0 | 0.34 | 0.23 | 159.49 | 0.99 | 0.39 |
| Hex | 1 | C5 | 82 | 63 | 0 | 22 | 17 | 9F | 63 | 27 |
| Octal | 1 | 305 | 202 | 143 | 0 | 42 | 27 | 237 | 143 | 47 |
| Binary | 1 | 11000101 | 10000010 | 1100011 | 0 | 100010 | 10111 | 10011111 | 1100011 | 100111 |
Color Harmonies of #01C582
Complementary color
Monochromatic Colors of #01C582
Black with #01C582
Text Example
Text Example
White with #01C582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C582; }
p { color: rgb(1,197,130); }
H1.HeaderClassName
{
color: #01C582;
}
.AnyTagClassName
{
color: #01C582;
}
</style>
background-color css
<style>
a { background-color: #01C582; }
a { background-color: rgb(1,197,130); }
div.DivClassName
{
background-color: #01C582;
}
.BgClassName
{
background-color: #01C582;
}
</style>
border-color css
<style>
span { border-color: #01C582; }
span { border-color: rgb(1,197,130); }
td.TdClassName
{
border-color: #01C582;
}
.TagClassName
{
border-color: #01C582;
}
</style>