Shades of Caribbean Green #0BD37B
Tints of Caribbean Green #0BD37B
RGB
CMYK
RGB Variations
Color information
#0BD37B (or 0x0BD37B) is known color: Caribbean Green. HEX triplet: 0B, D3 and 7B. RGB value is (11,211,123). Sum of RGB (Red+Green+Blue) = 11+211+123=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 211 (82.81% from 255 or 61.16% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 211 - color contains mainly: green. Hex color #0BD37B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD37B is #F42C84. Grayscale: #8D8D8D. Windows color (decimal): -16002181 or 8114955. OLE color: 8114955.
HSL color Cylindrical-coordinate representation of color #0BD37B: hue angle of 153.6º 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 #0BD37B is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 11 | 211 | 123 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.17 |
| HSL | 153.6º | 0.9% | 0.44% | - |
| HSV(B) | 153.6º | 0.95% | 0.83% | - |
| XYZ | 27.01 | 48.09 | 26.6 | - |
| YUV | 141.17 | 117.74 | 35.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 211 | 123 | 0.95 | 0 | 0.42 | 0.17 | 153.6 | 0.9 | 0.44 |
| Hex | B | D3 | 7B | 5F | 0 | 2A | 11 | 9A | 5A | 2C |
| Octal | 13 | 323 | 173 | 137 | 0 | 52 | 21 | 232 | 132 | 54 |
| Binary | 1011 | 11010011 | 1111011 | 1011111 | 0 | 101010 | 10001 | 10011010 | 1011010 | 101100 |
Color Harmonies of #0BD37B
Complementary color
Monochromatic Colors of #0BD37B
Black with #0BD37B
Text Example
Text Example
White with #0BD37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD37B; }
p { color: rgb(11,211,123); }
H1.HeaderClassName
{
color: #0BD37B;
}
.AnyTagClassName
{
color: #0BD37B;
}
</style>
background-color css
<style>
a { background-color: #0BD37B; }
a { background-color: rgb(11,211,123); }
div.DivClassName
{
background-color: #0BD37B;
}
.BgClassName
{
background-color: #0BD37B;
}
</style>
border-color css
<style>
span { border-color: #0BD37B; }
span { border-color: rgb(11,211,123); }
td.TdClassName
{
border-color: #0BD37B;
}
.TagClassName
{
border-color: #0BD37B;
}
</style>