Shades of Caribbean Green #0BD87F
Tints of Caribbean Green #0BD87F
RGB
CMYK
RGB Variations
Color information
#0BD87F (or 0x0BD87F) is known color: Caribbean Green. HEX triplet: 0B, D8 and 7F. RGB value is (11,216,127). Sum of RGB (Red+Green+Blue) = 11+216+127=354 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.11% from 354); Green value is 216 (84.77% from 255 or 61.02% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 216 - color contains mainly: green. Hex color #0BD87F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD87F is #F42780. Grayscale: #909090. Windows color (decimal): -16000897 or 8378379. OLE color: 8378379.
HSL color Cylindrical-coordinate representation of color #0BD87F: hue angle of 153.95º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD87F is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 216 | 127 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.15 |
| HSL | 153.95º | 0.9% | 0.45% | - |
| HSV(B) | 153.95º | 0.95% | 0.85% | - |
| XYZ | 28.52 | 50.72 | 28.36 | - |
| YUV | 144.56 | 118.08 | 32.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 216 | 127 | 0.95 | 0 | 0.41 | 0.15 | 153.95 | 0.9 | 0.45 |
| Hex | B | D8 | 7F | 5F | 0 | 29 | F | 9A | 5A | 2D |
| Octal | 13 | 330 | 177 | 137 | 0 | 51 | 17 | 232 | 132 | 55 |
| Binary | 1011 | 11011000 | 1111111 | 1011111 | 0 | 101001 | 1111 | 10011010 | 1011010 | 101101 |
Color Harmonies of #0BD87F
Complementary color
Monochromatic Colors of #0BD87F
Black with #0BD87F
Text Example
Text Example
White with #0BD87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD87F; }
p { color: rgb(11,216,127); }
H1.HeaderClassName
{
color: #0BD87F;
}
.AnyTagClassName
{
color: #0BD87F;
}
</style>
background-color css
<style>
a { background-color: #0BD87F; }
a { background-color: rgb(11,216,127); }
div.DivClassName
{
background-color: #0BD87F;
}
.BgClassName
{
background-color: #0BD87F;
}
</style>
border-color css
<style>
span { border-color: #0BD87F; }
span { border-color: rgb(11,216,127); }
td.TdClassName
{
border-color: #0BD87F;
}
.TagClassName
{
border-color: #0BD87F;
}
</style>