Shades of Caribbean Green #01BF81
Tints of Caribbean Green #01BF81
RGB
CMYK
RGB Variations
Color information
#01BF81 (or 0x01BF81) is known color: Caribbean Green. HEX triplet: 01, BF and 81. RGB value is (1,191,129). Sum of RGB (Red+Green+Blue) = 1+191+129=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 191 (75% from 255 or 59.50% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BF81 is #FE407E. Grayscale: #7F7F7F. Windows color (decimal): -16662655 or 8503041. OLE color: 8503041.
HSL color Cylindrical-coordinate representation of color #01BF81: hue angle of 160.42º 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 #01BF81 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 191 | 129 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.25 |
| HSL | 160.42º | 0.99% | 0.38% | - |
| HSV(B) | 160.42º | 0.99% | 0.75% | - |
| XYZ | 22.61 | 38.85 | 27.08 | - |
| YUV | 127.12 | 129.05 | 38.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 129 | 0.99 | 0 | 0.32 | 0.25 | 160.42 | 0.99 | 0.38 |
| Hex | 1 | BF | 81 | 63 | 0 | 20 | 19 | A0 | 63 | 26 |
| Octal | 1 | 277 | 201 | 143 | 0 | 40 | 31 | 240 | 143 | 46 |
| Binary | 1 | 10111111 | 10000001 | 1100011 | 0 | 100000 | 11001 | 10100000 | 1100011 | 100110 |
Color Harmonies of #01BF81
Complementary color
Monochromatic Colors of #01BF81
Black with #01BF81
Text Example
Text Example
White with #01BF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BF81; }
p { color: rgb(1,191,129); }
H1.HeaderClassName
{
color: #01BF81;
}
.AnyTagClassName
{
color: #01BF81;
}
</style>
background-color css
<style>
a { background-color: #01BF81; }
a { background-color: rgb(1,191,129); }
div.DivClassName
{
background-color: #01BF81;
}
.BgClassName
{
background-color: #01BF81;
}
</style>
border-color css
<style>
span { border-color: #01BF81; }
span { border-color: rgb(1,191,129); }
td.TdClassName
{
border-color: #01BF81;
}
.TagClassName
{
border-color: #01BF81;
}
</style>