Shades of Conifer #B0ED6A
Tints of Conifer #B0ED6A
RGB
CMYK
RGB Variations
Color information
#B0ED6A (or 0xB0ED6A) is known color: Conifer. HEX triplet: B0, ED and 6A. RGB value is (176,237,106). Sum of RGB (Red+Green+Blue) = 176+237+106=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 106 (41.80% from 255 or 20.42% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0ED6A is #4F1295. Grayscale: #CCCCCC. Windows color (decimal): -5182102 or 7007664. OLE color: 7007664.
HSL color Cylindrical-coordinate representation of color #B0ED6A: hue angle of 87.94º 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 #B0ED6A is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 106 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.07 |
| HSL | 87.94º | 0.78% | 0.67% | - |
| HSV(B) | 87.94º | 0.55% | 0.93% | - |
| XYZ | 50.79 | 70.84 | 24.63 | - |
| YUV | 203.83 | 72.79 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 106 | 0.26 | 0 | 0.55 | 0.07 | 87.94 | 0.78 | 0.67 |
| Hex | B0 | ED | 6A | 1A | 0 | 37 | 7 | 58 | 4E | 43 |
| Octal | 260 | 355 | 152 | 32 | 0 | 67 | 7 | 130 | 116 | 103 |
| Binary | 10110000 | 11101101 | 1101010 | 11010 | 0 | 110111 | 111 | 1011000 | 1001110 | 1000011 |
Color Harmonies of #B0ED6A
Complementary color
Monochromatic Colors of #B0ED6A
Black with #B0ED6A
Text Example
Text Example
White with #B0ED6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ED6A; }
p { color: rgb(176,237,106); }
H1.HeaderClassName
{
color: #B0ED6A;
}
.AnyTagClassName
{
color: #B0ED6A;
}
</style>
background-color css
<style>
a { background-color: #B0ED6A; }
a { background-color: rgb(176,237,106); }
div.DivClassName
{
background-color: #B0ED6A;
}
.BgClassName
{
background-color: #B0ED6A;
}
</style>
border-color css
<style>
span { border-color: #B0ED6A; }
span { border-color: rgb(176,237,106); }
td.TdClassName
{
border-color: #B0ED6A;
}
.TagClassName
{
border-color: #B0ED6A;
}
</style>