Shades of Caribbean Green #0BDA7D
Tints of Caribbean Green #0BDA7D
RGB
CMYK
RGB Variations
Color information
#0BDA7D (or 0x0BDA7D) is known color: Caribbean Green. HEX triplet: 0B, DA and 7D. RGB value is (11,218,125). Sum of RGB (Red+Green+Blue) = 11+218+125=354 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.11% from 354); Green value is 218 (85.55% from 255 or 61.58% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDA7D is #F42582. Grayscale: #919191. Windows color (decimal): -16000387 or 8247819. OLE color: 8247819.
HSL color Cylindrical-coordinate representation of color #0BDA7D: hue angle of 153.04º 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 #0BDA7D is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 218 | 125 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.15 |
| HSL | 153.04º | 0.9% | 0.45% | - |
| HSV(B) | 153.04º | 0.95% | 0.85% | - |
| XYZ | 28.91 | 51.69 | 27.86 | - |
| YUV | 145.51 | 116.42 | 32.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 218 | 125 | 0.95 | 0 | 0.43 | 0.15 | 153.04 | 0.9 | 0.45 |
| Hex | B | DA | 7D | 5F | 0 | 2B | F | 99 | 5A | 2D |
| Octal | 13 | 332 | 175 | 137 | 0 | 53 | 17 | 231 | 132 | 55 |
| Binary | 1011 | 11011010 | 1111101 | 1011111 | 0 | 101011 | 1111 | 10011001 | 1011010 | 101101 |
Color Harmonies of #0BDA7D
Complementary color
Monochromatic Colors of #0BDA7D
Black with #0BDA7D
Text Example
Text Example
White with #0BDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDA7D; }
p { color: rgb(11,218,125); }
H1.HeaderClassName
{
color: #0BDA7D;
}
.AnyTagClassName
{
color: #0BDA7D;
}
</style>
background-color css
<style>
a { background-color: #0BDA7D; }
a { background-color: rgb(11,218,125); }
div.DivClassName
{
background-color: #0BDA7D;
}
.BgClassName
{
background-color: #0BDA7D;
}
</style>
border-color css
<style>
span { border-color: #0BDA7D; }
span { border-color: rgb(11,218,125); }
td.TdClassName
{
border-color: #0BDA7D;
}
.TagClassName
{
border-color: #0BDA7D;
}
</style>