Shades of Caribbean Green #0BD791
Tints of Caribbean Green #0BD791
RGB
CMYK
RGB Variations
Color information
#0BD791 (or 0x0BD791) is known color: Caribbean Green. HEX triplet: 0B, D7 and 91. RGB value is (11,215,145). Sum of RGB (Red+Green+Blue) = 11+215+145=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 215 (84.38% from 255 or 57.95% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD791 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD791 is #F4286E. Grayscale: #929292. Windows color (decimal): -16001135 or 9557771. OLE color: 9557771.
HSL color Cylindrical-coordinate representation of color #0BD791: hue angle of 159.41º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD791 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 215 | 145 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.16 |
| HSL | 159.41º | 0.9% | 0.44% | - |
| HSV(B) | 159.41º | 0.95% | 0.84% | - |
| XYZ | 29.55 | 50.72 | 35.02 | - |
| YUV | 146.02 | 127.41 | 31.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 215 | 145 | 0.95 | 0 | 0.33 | 0.16 | 159.41 | 0.9 | 0.44 |
| Hex | B | D7 | 91 | 5F | 0 | 21 | 10 | 9F | 5A | 2C |
| Octal | 13 | 327 | 221 | 137 | 0 | 41 | 20 | 237 | 132 | 54 |
| Binary | 1011 | 11010111 | 10010001 | 1011111 | 0 | 100001 | 10000 | 10011111 | 1011010 | 101100 |
Color Harmonies of #0BD791
Complementary color
Monochromatic Colors of #0BD791
Black with #0BD791
Text Example
Text Example
White with #0BD791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD791; }
p { color: rgb(11,215,145); }
H1.HeaderClassName
{
color: #0BD791;
}
.AnyTagClassName
{
color: #0BD791;
}
</style>
background-color css
<style>
a { background-color: #0BD791; }
a { background-color: rgb(11,215,145); }
div.DivClassName
{
background-color: #0BD791;
}
.BgClassName
{
background-color: #0BD791;
}
</style>
border-color css
<style>
span { border-color: #0BD791; }
span { border-color: rgb(11,215,145); }
td.TdClassName
{
border-color: #0BD791;
}
.TagClassName
{
border-color: #0BD791;
}
</style>