Shades of Conifer #B0ED6B
Tints of Conifer #B0ED6B
RGB
CMYK
RGB Variations
Color information
#B0ED6B (or 0xB0ED6B) is known color: Conifer. HEX triplet: B0, ED and 6B. RGB value is (176,237,107). Sum of RGB (Red+Green+Blue) = 176+237+107=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0ED6B is #4F1294. Grayscale: #CCCCCC. Windows color (decimal): -5182101 or 7073200. OLE color: 7073200.
HSL color Cylindrical-coordinate representation of color #B0ED6B: hue angle of 88.15º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0ED6B is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 107 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.07 |
| HSL | 88.15º | 0.78% | 0.67% | - |
| HSV(B) | 88.15º | 0.55% | 0.93% | - |
| XYZ | 50.84 | 70.86 | 24.91 | - |
| YUV | 203.94 | 73.29 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 107 | 0.26 | 0 | 0.55 | 0.07 | 88.15 | 0.78 | 0.67 |
| Hex | B0 | ED | 6B | 1A | 0 | 37 | 7 | 58 | 4E | 43 |
| Octal | 260 | 355 | 153 | 32 | 0 | 67 | 7 | 130 | 116 | 103 |
| Binary | 10110000 | 11101101 | 1101011 | 11010 | 0 | 110111 | 111 | 1011000 | 1001110 | 1000011 |
Color Harmonies of #B0ED6B
Complementary color
Monochromatic Colors of #B0ED6B
Black with #B0ED6B
Text Example
Text Example
White with #B0ED6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ED6B; }
p { color: rgb(176,237,107); }
H1.HeaderClassName
{
color: #B0ED6B;
}
.AnyTagClassName
{
color: #B0ED6B;
}
</style>
background-color css
<style>
a { background-color: #B0ED6B; }
a { background-color: rgb(176,237,107); }
div.DivClassName
{
background-color: #B0ED6B;
}
.BgClassName
{
background-color: #B0ED6B;
}
</style>
border-color css
<style>
span { border-color: #B0ED6B; }
span { border-color: rgb(176,237,107); }
td.TdClassName
{
border-color: #B0ED6B;
}
.TagClassName
{
border-color: #B0ED6B;
}
</style>