Shades of Caribbean Green #0BD67D
Tints of Caribbean Green #0BD67D
RGB
CMYK
RGB Variations
Color information
#0BD67D (or 0x0BD67D) is known color: Caribbean Green. HEX triplet: 0B, D6 and 7D. RGB value is (11,214,125). Sum of RGB (Red+Green+Blue) = 11+214+125=350 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.14% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD67D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD67D is #F42982. Grayscale: #8F8F8F. Windows color (decimal): -16001411 or 8246795. OLE color: 8246795.
HSL color Cylindrical-coordinate representation of color #0BD67D: hue angle of 153.69º 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 #0BD67D is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 125 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.16 |
| HSL | 153.69º | 0.9% | 0.44% | - |
| HSV(B) | 153.69º | 0.95% | 0.84% | - |
| XYZ | 27.89 | 49.64 | 27.51 | - |
| YUV | 143.16 | 117.75 | 33.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 125 | 0.95 | 0 | 0.42 | 0.16 | 153.69 | 0.9 | 0.44 |
| Hex | B | D6 | 7D | 5F | 0 | 2A | 10 | 9A | 5A | 2C |
| Octal | 13 | 326 | 175 | 137 | 0 | 52 | 20 | 232 | 132 | 54 |
| Binary | 1011 | 11010110 | 1111101 | 1011111 | 0 | 101010 | 10000 | 10011010 | 1011010 | 101100 |
Color Harmonies of #0BD67D
Complementary color
Monochromatic Colors of #0BD67D
Black with #0BD67D
Text Example
Text Example
White with #0BD67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD67D; }
p { color: rgb(11,214,125); }
H1.HeaderClassName
{
color: #0BD67D;
}
.AnyTagClassName
{
color: #0BD67D;
}
</style>
background-color css
<style>
a { background-color: #0BD67D; }
a { background-color: rgb(11,214,125); }
div.DivClassName
{
background-color: #0BD67D;
}
.BgClassName
{
background-color: #0BD67D;
}
</style>
border-color css
<style>
span { border-color: #0BD67D; }
span { border-color: rgb(11,214,125); }
td.TdClassName
{
border-color: #0BD67D;
}
.TagClassName
{
border-color: #0BD67D;
}
</style>