Shades of Caribbean Green #0BD390
Tints of Caribbean Green #0BD390
RGB
CMYK
RGB Variations
Color information
#0BD390 (or 0x0BD390) is known color: Caribbean Green. HEX triplet: 0B, D3 and 90. RGB value is (11,211,144). Sum of RGB (Red+Green+Blue) = 11+211+144=366 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 366); Green value is 211 (82.81% from 255 or 57.65% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 211 - color contains mainly: green. Hex color #0BD390 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD390 is #F42C6F. Grayscale: #8F8F8F. Windows color (decimal): -16002160 or 9491211. OLE color: 9491211.
HSL color Cylindrical-coordinate representation of color #0BD390: hue angle of 159.9º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD390 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 11 | 211 | 144 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.17 |
| HSL | 159.9º | 0.9% | 0.44% | - |
| HSV(B) | 159.9º | 0.95% | 0.83% | - |
| XYZ | 28.47 | 48.67 | 34.28 | - |
| YUV | 143.56 | 128.24 | 33.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 211 | 144 | 0.95 | 0 | 0.32 | 0.17 | 159.9 | 0.9 | 0.44 |
| Hex | B | D3 | 90 | 5F | 0 | 20 | 11 | A0 | 5A | 2C |
| Octal | 13 | 323 | 220 | 137 | 0 | 40 | 21 | 240 | 132 | 54 |
| Binary | 1011 | 11010011 | 10010000 | 1011111 | 0 | 100000 | 10001 | 10100000 | 1011010 | 101100 |
Color Harmonies of #0BD390
Complementary color
Monochromatic Colors of #0BD390
Black with #0BD390
Text Example
Text Example
White with #0BD390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD390; }
p { color: rgb(11,211,144); }
H1.HeaderClassName
{
color: #0BD390;
}
.AnyTagClassName
{
color: #0BD390;
}
</style>
background-color css
<style>
a { background-color: #0BD390; }
a { background-color: rgb(11,211,144); }
div.DivClassName
{
background-color: #0BD390;
}
.BgClassName
{
background-color: #0BD390;
}
</style>
border-color css
<style>
span { border-color: #0BD390; }
span { border-color: rgb(11,211,144); }
td.TdClassName
{
border-color: #0BD390;
}
.TagClassName
{
border-color: #0BD390;
}
</style>