Shades of Caribbean Green #0BDA83
Tints of Caribbean Green #0BDA83
RGB
CMYK
RGB Variations
Color information
#0BDA83 (or 0x0BDA83) is known color: Caribbean Green. HEX triplet: 0B, DA and 83. RGB value is (11,218,131). Sum of RGB (Red+Green+Blue) = 11+218+131=360 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 360); Green value is 218 (85.55% from 255 or 60.56% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDA83 is #F4257C. Grayscale: #929292. Windows color (decimal): -16000381 or 8641035. OLE color: 8641035.
HSL color Cylindrical-coordinate representation of color #0BDA83: hue angle of 154.78º 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 #0BDA83 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 218 | 131 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.15 |
| HSL | 154.78º | 0.9% | 0.45% | - |
| HSV(B) | 154.78º | 0.95% | 0.85% | - |
| XYZ | 29.31 | 51.85 | 29.94 | - |
| YUV | 146.19 | 119.42 | 31.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 218 | 131 | 0.95 | 0 | 0.40 | 0.15 | 154.78 | 0.9 | 0.45 |
| Hex | B | DA | 83 | 5F | 0 | 28 | F | 9B | 5A | 2D |
| Octal | 13 | 332 | 203 | 137 | 0 | 50 | 17 | 233 | 132 | 55 |
| Binary | 1011 | 11011010 | 10000011 | 1011111 | 0 | 101000 | 1111 | 10011011 | 1011010 | 101101 |
Color Harmonies of #0BDA83
Complementary color
Monochromatic Colors of #0BDA83
Black with #0BDA83
Text Example
Text Example
White with #0BDA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDA83; }
p { color: rgb(11,218,131); }
H1.HeaderClassName
{
color: #0BDA83;
}
.AnyTagClassName
{
color: #0BDA83;
}
</style>
background-color css
<style>
a { background-color: #0BDA83; }
a { background-color: rgb(11,218,131); }
div.DivClassName
{
background-color: #0BDA83;
}
.BgClassName
{
background-color: #0BDA83;
}
</style>
border-color css
<style>
span { border-color: #0BDA83; }
span { border-color: rgb(11,218,131); }
td.TdClassName
{
border-color: #0BDA83;
}
.TagClassName
{
border-color: #0BDA83;
}
</style>