Shades of Caribbean Green #01C37E
Tints of Caribbean Green #01C37E
RGB
CMYK
RGB Variations
Color information
#01C37E (or 0x01C37E) is known color: Caribbean Green. HEX triplet: 01, C3 and 7E. RGB value is (1,195,126). Sum of RGB (Red+Green+Blue) = 1+195+126=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 195 (76.56% from 255 or 60.56% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 195 - color contains mainly: green. Hex color #01C37E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C37E is #FE3C81. Grayscale: #818181. Windows color (decimal): -16661634 or 8307457. OLE color: 8307457.
HSL color Cylindrical-coordinate representation of color #01C37E: hue angle of 158.66º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C37E is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 126 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.24 |
| HSL | 158.66º | 0.99% | 0.38% | - |
| HSV(B) | 158.66º | 0.99% | 0.76% | - |
| XYZ | 23.29 | 40.54 | 26.34 | - |
| YUV | 129.13 | 126.23 | 36.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 126 | 0.99 | 0 | 0.35 | 0.24 | 158.66 | 0.99 | 0.38 |
| Hex | 1 | C3 | 7E | 63 | 0 | 23 | 18 | 9F | 63 | 26 |
| Octal | 1 | 303 | 176 | 143 | 0 | 43 | 30 | 237 | 143 | 46 |
| Binary | 1 | 11000011 | 1111110 | 1100011 | 0 | 100011 | 11000 | 10011111 | 1100011 | 100110 |
Color Harmonies of #01C37E
Complementary color
Monochromatic Colors of #01C37E
Black with #01C37E
Text Example
Text Example
White with #01C37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C37E; }
p { color: rgb(1,195,126); }
H1.HeaderClassName
{
color: #01C37E;
}
.AnyTagClassName
{
color: #01C37E;
}
</style>
background-color css
<style>
a { background-color: #01C37E; }
a { background-color: rgb(1,195,126); }
div.DivClassName
{
background-color: #01C37E;
}
.BgClassName
{
background-color: #01C37E;
}
</style>
border-color css
<style>
span { border-color: #01C37E; }
span { border-color: rgb(1,195,126); }
td.TdClassName
{
border-color: #01C37E;
}
.TagClassName
{
border-color: #01C37E;
}
</style>