Shades of Caribbean Green #01D97B
Tints of Caribbean Green #01D97B
RGB
CMYK
RGB Variations
Color information
#01D97B (or 0x01D97B) is known color: Caribbean Green. HEX triplet: 01, D9 and 7B. RGB value is (1,217,123). Sum of RGB (Red+Green+Blue) = 1+217+123=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 217 (85.16% from 255 or 63.64% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 217 - color contains mainly: green. Hex color #01D97B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D97B is #FE2684. Grayscale: #8D8D8D. Windows color (decimal): -16656005 or 8116481. OLE color: 8116481.
HSL color Cylindrical-coordinate representation of color #01D97B: hue angle of 153.89º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D97B is Cyan = 1.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 217 | 123 | - |
| CMYK | 1.00 | 0 | 0.43 | 0.15 |
| HSL | 153.89º | 0.99% | 0.43% | - |
| HSV(B) | 153.89º | 1% | 0.85% | - |
| XYZ | 28.4 | 51.06 | 27.1 | - |
| YUV | 141.7 | 117.44 | 27.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 217 | 123 | 1.00 | 0 | 0.43 | 0.15 | 153.89 | 0.99 | 0.43 |
| Hex | 1 | D9 | 7B | 64 | 0 | 2B | F | 9A | 63 | 2B |
| Octal | 1 | 331 | 173 | 144 | 0 | 53 | 17 | 232 | 143 | 53 |
| Binary | 1 | 11011001 | 1111011 | 1100100 | 0 | 101011 | 1111 | 10011010 | 1100011 | 101011 |
Color Harmonies of #01D97B
Complementary color
Monochromatic Colors of #01D97B
Black with #01D97B
Text Example
Text Example
White with #01D97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D97B; }
p { color: rgb(1,217,123); }
H1.HeaderClassName
{
color: #01D97B;
}
.AnyTagClassName
{
color: #01D97B;
}
</style>
background-color css
<style>
a { background-color: #01D97B; }
a { background-color: rgb(1,217,123); }
div.DivClassName
{
background-color: #01D97B;
}
.BgClassName
{
background-color: #01D97B;
}
</style>
border-color css
<style>
span { border-color: #01D97B; }
span { border-color: rgb(1,217,123); }
td.TdClassName
{
border-color: #01D97B;
}
.TagClassName
{
border-color: #01D97B;
}
</style>