Shades of Caribbean Green #00BF81
Tints of Caribbean Green #00BF81
RGB
CMYK
RGB Variations
Color information
#00BF81 (or 0x00BF81) is known color: Caribbean Green. HEX triplet: 00, BF and 81. RGB value is (0,191,129). Sum of RGB (Red+Green+Blue) = 0+191+129=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 191 (75% from 255 or 59.69% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BF81 is #FF407E. Grayscale: #7E7E7E. Windows color (decimal): -16728191 or 8503040. OLE color: 8503040.
HSL color Cylindrical-coordinate representation of color #00BF81: hue angle of 160.52º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BF81 is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 191 | 129 | - |
| CMYK | 1 | 0 | 0.32 | 0.25 |
| HSL | 160.52º | 1% | 0.37% | - |
| HSV(B) | 160.52º | 1% | 0.75% | - |
| XYZ | 22.59 | 38.85 | 27.08 | - |
| YUV | 126.82 | 129.22 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 129 | 1 | 0 | 0.32 | 0.25 | 160.52 | 1 | 0.37 |
| Hex | 0 | BF | 81 | 64 | 0 | 20 | 19 | A1 | 64 | 25 |
| Octal | 0 | 277 | 201 | 144 | 0 | 40 | 31 | 241 | 144 | 45 |
| Binary | 0 | 10111111 | 10000001 | 1100100 | 0 | 100000 | 11001 | 10100001 | 1100100 | 100101 |
Color Harmonies of #00BF81
Complementary color
Monochromatic Colors of #00BF81
Black with #00BF81
Text Example
Text Example
White with #00BF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BF81; }
p { color: rgb(0,191,129); }
H1.HeaderClassName
{
color: #00BF81;
}
.AnyTagClassName
{
color: #00BF81;
}
</style>
background-color css
<style>
a { background-color: #00BF81; }
a { background-color: rgb(0,191,129); }
div.DivClassName
{
background-color: #00BF81;
}
.BgClassName
{
background-color: #00BF81;
}
</style>
border-color css
<style>
span { border-color: #00BF81; }
span { border-color: rgb(0,191,129); }
td.TdClassName
{
border-color: #00BF81;
}
.TagClassName
{
border-color: #00BF81;
}
</style>