Shades of Caribbean Green #01D78C
Tints of Caribbean Green #01D78C
RGB
CMYK
RGB Variations
Color information
#01D78C (or 0x01D78C) is known color: Caribbean Green. HEX triplet: 01, D7 and 8C. RGB value is (1,215,140). Sum of RGB (Red+Green+Blue) = 1+215+140=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 215 (84.38% from 255 or 60.39% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 215 - color contains mainly: green. Hex color #01D78C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D78C is #FE2873. Grayscale: #8E8E8E. Windows color (decimal): -16656500 or 9230081. OLE color: 9230081.
HSL color Cylindrical-coordinate representation of color #01D78C: hue angle of 158.97º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D78C is Cyan = 1.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 215 | 140 | - |
| CMYK | 1.00 | 0 | 0.35 | 0.16 |
| HSL | 158.97º | 0.99% | 0.42% | - |
| HSV(B) | 158.97º | 1% | 0.84% | - |
| XYZ | 29.05 | 50.5 | 33.03 | - |
| YUV | 142.46 | 126.6 | 27.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 215 | 140 | 1.00 | 0 | 0.35 | 0.16 | 158.97 | 0.99 | 0.42 |
| Hex | 1 | D7 | 8C | 64 | 0 | 23 | 10 | 9F | 63 | 2A |
| Octal | 1 | 327 | 214 | 144 | 0 | 43 | 20 | 237 | 143 | 52 |
| Binary | 1 | 11010111 | 10001100 | 1100100 | 0 | 100011 | 10000 | 10011111 | 1100011 | 101010 |
Color Harmonies of #01D78C
Complementary color
Monochromatic Colors of #01D78C
Black with #01D78C
Text Example
Text Example
White with #01D78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D78C; }
p { color: rgb(1,215,140); }
H1.HeaderClassName
{
color: #01D78C;
}
.AnyTagClassName
{
color: #01D78C;
}
</style>
background-color css
<style>
a { background-color: #01D78C; }
a { background-color: rgb(1,215,140); }
div.DivClassName
{
background-color: #01D78C;
}
.BgClassName
{
background-color: #01D78C;
}
</style>
border-color css
<style>
span { border-color: #01D78C; }
span { border-color: rgb(1,215,140); }
td.TdClassName
{
border-color: #01D78C;
}
.TagClassName
{
border-color: #01D78C;
}
</style>