Shades of Caribbean Green #0BD67B
Tints of Caribbean Green #0BD67B
RGB
CMYK
RGB Variations
Color information
#0BD67B (or 0x0BD67B) is known color: Caribbean Green. HEX triplet: 0B, D6 and 7B. RGB value is (11,214,123). Sum of RGB (Red+Green+Blue) = 11+214+123=348 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.16% from 348); Green value is 214 (83.98% from 255 or 61.49% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD67B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD67B is #F42984. Grayscale: #8F8F8F. Windows color (decimal): -16001413 or 8115723. OLE color: 8115723.
HSL color Cylindrical-coordinate representation of color #0BD67B: hue angle of 153.1º 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 #0BD67B is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 123 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.16 |
| HSL | 153.1º | 0.9% | 0.44% | - |
| HSV(B) | 153.1º | 0.95% | 0.84% | - |
| XYZ | 27.76 | 49.59 | 26.85 | - |
| YUV | 142.93 | 116.75 | 33.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 123 | 0.95 | 0 | 0.43 | 0.16 | 153.1 | 0.9 | 0.44 |
| Hex | B | D6 | 7B | 5F | 0 | 2B | 10 | 99 | 5A | 2C |
| Octal | 13 | 326 | 173 | 137 | 0 | 53 | 20 | 231 | 132 | 54 |
| Binary | 1011 | 11010110 | 1111011 | 1011111 | 0 | 101011 | 10000 | 10011001 | 1011010 | 101100 |
Color Harmonies of #0BD67B
Complementary color
Monochromatic Colors of #0BD67B
Black with #0BD67B
Text Example
Text Example
White with #0BD67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD67B; }
p { color: rgb(11,214,123); }
H1.HeaderClassName
{
color: #0BD67B;
}
.AnyTagClassName
{
color: #0BD67B;
}
</style>
background-color css
<style>
a { background-color: #0BD67B; }
a { background-color: rgb(11,214,123); }
div.DivClassName
{
background-color: #0BD67B;
}
.BgClassName
{
background-color: #0BD67B;
}
</style>
border-color css
<style>
span { border-color: #0BD67B; }
span { border-color: rgb(11,214,123); }
td.TdClassName
{
border-color: #0BD67B;
}
.TagClassName
{
border-color: #0BD67B;
}
</style>