Shades of Caribbean Green #01C58F
Tints of Caribbean Green #01C58F
RGB
CMYK
RGB Variations
Color information
#01C58F (or 0x01C58F) is known color: Caribbean Green. HEX triplet: 01, C5 and 8F. RGB value is (1,197,143). Sum of RGB (Red+Green+Blue) = 1+197+143=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 197 (77.34% from 255 or 57.77% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 197 - color contains mainly: green. Hex color #01C58F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C58F is #FE3A70. Grayscale: #848484. Windows color (decimal): -16661105 or 9422081. OLE color: 9422081.
HSL color Cylindrical-coordinate representation of color #01C58F: hue angle of 163.47º 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 #01C58F is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 197 | 143 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.23 |
| HSL | 163.47º | 0.99% | 0.39% | - |
| HSV(B) | 163.47º | 0.99% | 0.77% | - |
| XYZ | 24.94 | 41.92 | 32.76 | - |
| YUV | 132.24 | 134.07 | 34.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 197 | 143 | 0.99 | 0 | 0.27 | 0.23 | 163.47 | 0.99 | 0.39 |
| Hex | 1 | C5 | 8F | 63 | 0 | 1B | 17 | A3 | 63 | 27 |
| Octal | 1 | 305 | 217 | 143 | 0 | 33 | 27 | 243 | 143 | 47 |
| Binary | 1 | 11000101 | 10001111 | 1100011 | 0 | 11011 | 10111 | 10100011 | 1100011 | 100111 |
Color Harmonies of #01C58F
Complementary color
Monochromatic Colors of #01C58F
Black with #01C58F
Text Example
Text Example
White with #01C58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C58F; }
p { color: rgb(1,197,143); }
H1.HeaderClassName
{
color: #01C58F;
}
.AnyTagClassName
{
color: #01C58F;
}
</style>
background-color css
<style>
a { background-color: #01C58F; }
a { background-color: rgb(1,197,143); }
div.DivClassName
{
background-color: #01C58F;
}
.BgClassName
{
background-color: #01C58F;
}
</style>
border-color css
<style>
span { border-color: #01C58F; }
span { border-color: rgb(1,197,143); }
td.TdClassName
{
border-color: #01C58F;
}
.TagClassName
{
border-color: #01C58F;
}
</style>