Shades of Caribbean Green #01C397
Tints of Caribbean Green #01C397
RGB
CMYK
RGB Variations
Color information
#01C397 (or 0x01C397) is known color: Caribbean Green. HEX triplet: 01, C3 and 97. RGB value is (1,195,151). Sum of RGB (Red+Green+Blue) = 1+195+151=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #01C397 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C397 is #FE3C68. Grayscale: #838383. Windows color (decimal): -16661609 or 9945857. OLE color: 9945857.
HSL color Cylindrical-coordinate representation of color #01C397: hue angle of 166.39º 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 #01C397 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 151 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.24 |
| HSL | 166.39º | 0.99% | 0.38% | - |
| HSV(B) | 166.39º | 0.99% | 0.76% | - |
| XYZ | 25.11 | 41.27 | 35.92 | - |
| YUV | 131.98 | 138.73 | 34.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 151 | 0.99 | 0 | 0.23 | 0.24 | 166.39 | 0.99 | 0.38 |
| Hex | 1 | C3 | 97 | 63 | 0 | 17 | 18 | A6 | 63 | 26 |
| Octal | 1 | 303 | 227 | 143 | 0 | 27 | 30 | 246 | 143 | 46 |
| Binary | 1 | 11000011 | 10010111 | 1100011 | 0 | 10111 | 11000 | 10100110 | 1100011 | 100110 |
Color Harmonies of #01C397
Complementary color
Monochromatic Colors of #01C397
Black with #01C397
Text Example
Text Example
White with #01C397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C397; }
p { color: rgb(1,195,151); }
H1.HeaderClassName
{
color: #01C397;
}
.AnyTagClassName
{
color: #01C397;
}
</style>
background-color css
<style>
a { background-color: #01C397; }
a { background-color: rgb(1,195,151); }
div.DivClassName
{
background-color: #01C397;
}
.BgClassName
{
background-color: #01C397;
}
</style>
border-color css
<style>
span { border-color: #01C397; }
span { border-color: rgb(1,195,151); }
td.TdClassName
{
border-color: #01C397;
}
.TagClassName
{
border-color: #01C397;
}
</style>