Shades of Caribbean Green #0BD784
Tints of Caribbean Green #0BD784
RGB
CMYK
RGB Variations
Color information
#0BD784 (or 0x0BD784) is known color: Caribbean Green. HEX triplet: 0B, D7 and 84. RGB value is (11,215,132). Sum of RGB (Red+Green+Blue) = 11+215+132=358 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.07% from 358); Green value is 215 (84.38% from 255 or 60.06% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD784 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD784 is #F4287B. Grayscale: #909090. Windows color (decimal): -16001148 or 8705803. OLE color: 8705803.
HSL color Cylindrical-coordinate representation of color #0BD784: hue angle of 155.59º 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 #0BD784 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 215 | 132 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.16 |
| HSL | 155.59º | 0.9% | 0.44% | - |
| HSV(B) | 155.59º | 0.95% | 0.84% | - |
| XYZ | 28.6 | 50.34 | 30.04 | - |
| YUV | 144.54 | 120.91 | 32.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 215 | 132 | 0.95 | 0 | 0.39 | 0.16 | 155.59 | 0.9 | 0.44 |
| Hex | B | D7 | 84 | 5F | 0 | 27 | 10 | 9C | 5A | 2C |
| Octal | 13 | 327 | 204 | 137 | 0 | 47 | 20 | 234 | 132 | 54 |
| Binary | 1011 | 11010111 | 10000100 | 1011111 | 0 | 100111 | 10000 | 10011100 | 1011010 | 101100 |
Color Harmonies of #0BD784
Complementary color
Monochromatic Colors of #0BD784
Black with #0BD784
Text Example
Text Example
White with #0BD784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD784; }
p { color: rgb(11,215,132); }
H1.HeaderClassName
{
color: #0BD784;
}
.AnyTagClassName
{
color: #0BD784;
}
</style>
background-color css
<style>
a { background-color: #0BD784; }
a { background-color: rgb(11,215,132); }
div.DivClassName
{
background-color: #0BD784;
}
.BgClassName
{
background-color: #0BD784;
}
</style>
border-color css
<style>
span { border-color: #0BD784; }
span { border-color: rgb(11,215,132); }
td.TdClassName
{
border-color: #0BD784;
}
.TagClassName
{
border-color: #0BD784;
}
</style>