Shades of Caribbean Green #01BD91
Tints of Caribbean Green #01BD91
RGB
CMYK
RGB Variations
Color information
#01BD91 (or 0x01BD91) is known color: Caribbean Green. HEX triplet: 01, BD and 91. RGB value is (1,189,145). Sum of RGB (Red+Green+Blue) = 1+189+145=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 189 (74.22% from 255 or 56.42% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 189 - color contains mainly: green. Hex color #01BD91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BD91 is #FE426E. Grayscale: #7F7F7F. Windows color (decimal): -16663151 or 9551105. OLE color: 9551105.
HSL color Cylindrical-coordinate representation of color #01BD91: hue angle of 165.96º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BD91 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 189 | 145 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.26 |
| HSL | 165.96º | 0.99% | 0.37% | - |
| HSV(B) | 165.96º | 0.99% | 0.74% | - |
| XYZ | 23.32 | 38.45 | 32.98 | - |
| YUV | 127.77 | 137.72 | 37.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 189 | 145 | 0.99 | 0 | 0.23 | 0.26 | 165.96 | 0.99 | 0.37 |
| Hex | 1 | BD | 91 | 63 | 0 | 17 | 1A | A6 | 63 | 25 |
| Octal | 1 | 275 | 221 | 143 | 0 | 27 | 32 | 246 | 143 | 45 |
| Binary | 1 | 10111101 | 10010001 | 1100011 | 0 | 10111 | 11010 | 10100110 | 1100011 | 100101 |
Color Harmonies of #01BD91
Complementary color
Monochromatic Colors of #01BD91
Black with #01BD91
Text Example
Text Example
White with #01BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BD91; }
p { color: rgb(1,189,145); }
H1.HeaderClassName
{
color: #01BD91;
}
.AnyTagClassName
{
color: #01BD91;
}
</style>
background-color css
<style>
a { background-color: #01BD91; }
a { background-color: rgb(1,189,145); }
div.DivClassName
{
background-color: #01BD91;
}
.BgClassName
{
background-color: #01BD91;
}
</style>
border-color css
<style>
span { border-color: #01BD91; }
span { border-color: rgb(1,189,145); }
td.TdClassName
{
border-color: #01BD91;
}
.TagClassName
{
border-color: #01BD91;
}
</style>