Shades of Caribbean Green #01D47B
Tints of Caribbean Green #01D47B
RGB
CMYK
RGB Variations
Color information
#01D47B (or 0x01D47B) is known color: Caribbean Green. HEX triplet: 01, D4 and 7B. RGB value is (1,212,123). Sum of RGB (Red+Green+Blue) = 1+212+123=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 212 (83.20% from 255 or 63.10% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 212 - color contains mainly: green. Hex color #01D47B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D47B is #FE2B84. Grayscale: #8A8A8A. Windows color (decimal): -16657285 or 8115201. OLE color: 8115201.
HSL color Cylindrical-coordinate representation of color #01D47B: hue angle of 154.69º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D47B is Cyan = 1.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 123 | - |
| CMYK | 1.00 | 0 | 0.42 | 0.17 |
| HSL | 154.69º | 0.99% | 0.42% | - |
| HSV(B) | 154.69º | 1% | 0.83% | - |
| XYZ | 27.13 | 48.52 | 26.67 | - |
| YUV | 138.77 | 119.1 | 29.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 123 | 1.00 | 0 | 0.42 | 0.17 | 154.69 | 0.99 | 0.42 |
| Hex | 1 | D4 | 7B | 64 | 0 | 2A | 11 | 9B | 63 | 2A |
| Octal | 1 | 324 | 173 | 144 | 0 | 52 | 21 | 233 | 143 | 52 |
| Binary | 1 | 11010100 | 1111011 | 1100100 | 0 | 101010 | 10001 | 10011011 | 1100011 | 101010 |
Color Harmonies of #01D47B
Complementary color
Monochromatic Colors of #01D47B
Black with #01D47B
Text Example
Text Example
White with #01D47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D47B; }
p { color: rgb(1,212,123); }
H1.HeaderClassName
{
color: #01D47B;
}
.AnyTagClassName
{
color: #01D47B;
}
</style>
background-color css
<style>
a { background-color: #01D47B; }
a { background-color: rgb(1,212,123); }
div.DivClassName
{
background-color: #01D47B;
}
.BgClassName
{
background-color: #01D47B;
}
</style>
border-color css
<style>
span { border-color: #01D47B; }
span { border-color: rgb(1,212,123); }
td.TdClassName
{
border-color: #01D47B;
}
.TagClassName
{
border-color: #01D47B;
}
</style>