Shades of Caribbean Green #0BD783
Tints of Caribbean Green #0BD783
RGB
CMYK
RGB Variations
Color information
#0BD783 (or 0x0BD783) is known color: Caribbean Green. HEX triplet: 0B, D7 and 83. RGB value is (11,215,131). Sum of RGB (Red+Green+Blue) = 11+215+131=357 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.08% from 357); Green value is 215 (84.38% from 255 or 60.22% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD783 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD783 is #F4287C. Grayscale: #909090. Windows color (decimal): -16001149 or 8640267. OLE color: 8640267.
HSL color Cylindrical-coordinate representation of color #0BD783: hue angle of 155.29º 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 #0BD783 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 215 | 131 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.16 |
| HSL | 155.29º | 0.9% | 0.44% | - |
| HSV(B) | 155.29º | 0.95% | 0.84% | - |
| XYZ | 28.54 | 50.31 | 29.68 | - |
| YUV | 144.43 | 120.41 | 32.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 215 | 131 | 0.95 | 0 | 0.39 | 0.16 | 155.29 | 0.9 | 0.44 |
| Hex | B | D7 | 83 | 5F | 0 | 27 | 10 | 9B | 5A | 2C |
| Octal | 13 | 327 | 203 | 137 | 0 | 47 | 20 | 233 | 132 | 54 |
| Binary | 1011 | 11010111 | 10000011 | 1011111 | 0 | 100111 | 10000 | 10011011 | 1011010 | 101100 |
Color Harmonies of #0BD783
Complementary color
Monochromatic Colors of #0BD783
Black with #0BD783
Text Example
Text Example
White with #0BD783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD783; }
p { color: rgb(11,215,131); }
H1.HeaderClassName
{
color: #0BD783;
}
.AnyTagClassName
{
color: #0BD783;
}
</style>
background-color css
<style>
a { background-color: #0BD783; }
a { background-color: rgb(11,215,131); }
div.DivClassName
{
background-color: #0BD783;
}
.BgClassName
{
background-color: #0BD783;
}
</style>
border-color css
<style>
span { border-color: #0BD783; }
span { border-color: rgb(11,215,131); }
td.TdClassName
{
border-color: #0BD783;
}
.TagClassName
{
border-color: #0BD783;
}
</style>