Shades of Caribbean Green #01D49B
Tints of Caribbean Green #01D49B
RGB
CMYK
RGB Variations
Color information
#01D49B (or 0x01D49B) is known color: Caribbean Green. HEX triplet: 01, D4 and 9B. RGB value is (1,212,155). Sum of RGB (Red+Green+Blue) = 1+212+155=368 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 368); Green value is 212 (83.20% from 255 or 57.61% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 212 - color contains mainly: green. Hex color #01D49B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D49B is #FE2B64. Grayscale: #8E8E8E. Windows color (decimal): -16657253 or 10212353. OLE color: 10212353.
HSL color Cylindrical-coordinate representation of color #01D49B: hue angle of 163.79º 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 #01D49B is Cyan = 1.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 155 | - |
| CMYK | 1.00 | 0 | 0.27 | 0.17 |
| HSL | 163.79º | 0.99% | 0.42% | - |
| HSV(B) | 163.79º | 1% | 0.83% | - |
| XYZ | 29.47 | 49.46 | 39 | - |
| YUV | 142.41 | 135.1 | 27.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 155 | 1.00 | 0 | 0.27 | 0.17 | 163.79 | 0.99 | 0.42 |
| Hex | 1 | D4 | 9B | 64 | 0 | 1B | 11 | A4 | 63 | 2A |
| Octal | 1 | 324 | 233 | 144 | 0 | 33 | 21 | 244 | 143 | 52 |
| Binary | 1 | 11010100 | 10011011 | 1100100 | 0 | 11011 | 10001 | 10100100 | 1100011 | 101010 |
Color Harmonies of #01D49B
Complementary color
Monochromatic Colors of #01D49B
Black with #01D49B
Text Example
Text Example
White with #01D49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D49B; }
p { color: rgb(1,212,155); }
H1.HeaderClassName
{
color: #01D49B;
}
.AnyTagClassName
{
color: #01D49B;
}
</style>
background-color css
<style>
a { background-color: #01D49B; }
a { background-color: rgb(1,212,155); }
div.DivClassName
{
background-color: #01D49B;
}
.BgClassName
{
background-color: #01D49B;
}
</style>
border-color css
<style>
span { border-color: #01D49B; }
span { border-color: rgb(1,212,155); }
td.TdClassName
{
border-color: #01D49B;
}
.TagClassName
{
border-color: #01D49B;
}
</style>