Shades of Caribbean Green #01CC7B
Tints of Caribbean Green #01CC7B
RGB
CMYK
RGB Variations
Color information
#01CC7B (or 0x01CC7B) is known color: Caribbean Green. HEX triplet: 01, CC and 7B. RGB value is (1,204,123). Sum of RGB (Red+Green+Blue) = 1+204+123=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 204 (80.08% from 255 or 62.20% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 204 - color contains mainly: green. Hex color #01CC7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CC7B is #FE3384. Grayscale: #868686. Windows color (decimal): -16659333 or 8113153. OLE color: 8113153.
HSL color Cylindrical-coordinate representation of color #01CC7B: hue angle of 156.06º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CC7B is Cyan = 1.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 204 | 123 | - |
| CMYK | 1.00 | 0 | 0.40 | 0.2 |
| HSL | 156.06º | 0.99% | 0.4% | - |
| HSV(B) | 156.06º | 1% | 0.8% | - |
| XYZ | 25.18 | 44.62 | 26.02 | - |
| YUV | 134.07 | 121.75 | 33.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 204 | 123 | 1.00 | 0 | 0.40 | 0.2 | 156.06 | 0.99 | 0.4 |
| Hex | 1 | CC | 7B | 64 | 0 | 28 | 14 | 9C | 63 | 28 |
| Octal | 1 | 314 | 173 | 144 | 0 | 50 | 24 | 234 | 143 | 50 |
| Binary | 1 | 11001100 | 1111011 | 1100100 | 0 | 101000 | 10100 | 10011100 | 1100011 | 101000 |
Color Harmonies of #01CC7B
Complementary color
Monochromatic Colors of #01CC7B
Black with #01CC7B
Text Example
Text Example
White with #01CC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CC7B; }
p { color: rgb(1,204,123); }
H1.HeaderClassName
{
color: #01CC7B;
}
.AnyTagClassName
{
color: #01CC7B;
}
</style>
background-color css
<style>
a { background-color: #01CC7B; }
a { background-color: rgb(1,204,123); }
div.DivClassName
{
background-color: #01CC7B;
}
.BgClassName
{
background-color: #01CC7B;
}
</style>
border-color css
<style>
span { border-color: #01CC7B; }
span { border-color: rgb(1,204,123); }
td.TdClassName
{
border-color: #01CC7B;
}
.TagClassName
{
border-color: #01CC7B;
}
</style>