Shades of Caribbean Green #01C47F
Tints of Caribbean Green #01C47F
RGB
CMYK
RGB Variations
Color information
#01C47F (or 0x01C47F) is known color: Caribbean Green. HEX triplet: 01, C4 and 7F. RGB value is (1,196,127). Sum of RGB (Red+Green+Blue) = 1+196+127=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 196 (76.95% from 255 or 60.49% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 196 - color contains mainly: green. Hex color #01C47F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C47F is #FE3B80. Grayscale: #818181. Windows color (decimal): -16661377 or 8373249. OLE color: 8373249.
HSL color Cylindrical-coordinate representation of color #01C47F: hue angle of 158.77º 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 #01C47F is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 127 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.23 |
| HSL | 158.77º | 0.99% | 0.39% | - |
| HSV(B) | 158.77º | 0.99% | 0.77% | - |
| XYZ | 23.58 | 41.02 | 26.75 | - |
| YUV | 129.83 | 126.4 | 36.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 127 | 0.99 | 0 | 0.35 | 0.23 | 158.77 | 0.99 | 0.39 |
| Hex | 1 | C4 | 7F | 63 | 0 | 23 | 17 | 9F | 63 | 27 |
| Octal | 1 | 304 | 177 | 143 | 0 | 43 | 27 | 237 | 143 | 47 |
| Binary | 1 | 11000100 | 1111111 | 1100011 | 0 | 100011 | 10111 | 10011111 | 1100011 | 100111 |
Color Harmonies of #01C47F
Complementary color
Monochromatic Colors of #01C47F
Black with #01C47F
Text Example
Text Example
White with #01C47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C47F; }
p { color: rgb(1,196,127); }
H1.HeaderClassName
{
color: #01C47F;
}
.AnyTagClassName
{
color: #01C47F;
}
</style>
background-color css
<style>
a { background-color: #01C47F; }
a { background-color: rgb(1,196,127); }
div.DivClassName
{
background-color: #01C47F;
}
.BgClassName
{
background-color: #01C47F;
}
</style>
border-color css
<style>
span { border-color: #01C47F; }
span { border-color: rgb(1,196,127); }
td.TdClassName
{
border-color: #01C47F;
}
.TagClassName
{
border-color: #01C47F;
}
</style>