Shades of Caribbean Green #01BF89
Tints of Caribbean Green #01BF89
RGB
CMYK
RGB Variations
Color information
#01BF89 (or 0x01BF89) is known color: Caribbean Green. HEX triplet: 01, BF and 89. RGB value is (1,191,137). Sum of RGB (Red+Green+Blue) = 1+191+137=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 191 (75% from 255 or 58.05% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BF89 is #FE4076. Grayscale: #808080. Windows color (decimal): -16662647 or 9027329. OLE color: 9027329.
HSL color Cylindrical-coordinate representation of color #01BF89: hue angle of 162.95º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BF89 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 191 | 137 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.25 |
| HSL | 162.95º | 0.99% | 0.38% | - |
| HSV(B) | 162.95º | 0.99% | 0.75% | - |
| XYZ | 23.16 | 39.07 | 29.99 | - |
| YUV | 128.03 | 133.05 | 37.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 137 | 0.99 | 0 | 0.28 | 0.25 | 162.95 | 0.99 | 0.38 |
| Hex | 1 | BF | 89 | 63 | 0 | 1C | 19 | A3 | 63 | 26 |
| Octal | 1 | 277 | 211 | 143 | 0 | 34 | 31 | 243 | 143 | 46 |
| Binary | 1 | 10111111 | 10001001 | 1100011 | 0 | 11100 | 11001 | 10100011 | 1100011 | 100110 |
Color Harmonies of #01BF89
Complementary color
Monochromatic Colors of #01BF89
Black with #01BF89
Text Example
Text Example
White with #01BF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BF89; }
p { color: rgb(1,191,137); }
H1.HeaderClassName
{
color: #01BF89;
}
.AnyTagClassName
{
color: #01BF89;
}
</style>
background-color css
<style>
a { background-color: #01BF89; }
a { background-color: rgb(1,191,137); }
div.DivClassName
{
background-color: #01BF89;
}
.BgClassName
{
background-color: #01BF89;
}
</style>
border-color css
<style>
span { border-color: #01BF89; }
span { border-color: rgb(1,191,137); }
td.TdClassName
{
border-color: #01BF89;
}
.TagClassName
{
border-color: #01BF89;
}
</style>