Shades of Conifer #B5EC50
Tints of Conifer #B5EC50
RGB
CMYK
RGB Variations
Color information
#B5EC50 (or 0xB5EC50) is known color: Conifer. HEX triplet: B5, EC and 50. RGB value is (181,236,80). Sum of RGB (Red+Green+Blue) = 181+236+80=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #B5EC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5EC50 is #4A13AF. Grayscale: #CACACA. Windows color (decimal): -4854704 or 5303477. OLE color: 5303477.
HSL color Cylindrical-coordinate representation of color #B5EC50: hue angle of 81.15º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5EC50 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 80 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.07 |
| HSL | 81.15º | 0.8% | 0.62% | - |
| HSV(B) | 81.15º | 0.66% | 0.93% | - |
| XYZ | 50.5 | 70.39 | 18.52 | - |
| YUV | 201.77 | 59.28 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 80 | 0.23 | 0 | 0.66 | 0.07 | 81.15 | 0.8 | 0.62 |
| Hex | B5 | EC | 50 | 17 | 0 | 42 | 7 | 51 | 50 | 3E |
| Octal | 265 | 354 | 120 | 27 | 0 | 102 | 7 | 121 | 120 | 76 |
| Binary | 10110101 | 11101100 | 1010000 | 10111 | 0 | 1000010 | 111 | 1010001 | 1010000 | 111110 |
Color Harmonies of #B5EC50
Complementary color
Monochromatic Colors of #B5EC50
Black with #B5EC50
Text Example
Text Example
White with #B5EC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EC50; }
p { color: rgb(181,236,80); }
H1.HeaderClassName
{
color: #B5EC50;
}
.AnyTagClassName
{
color: #B5EC50;
}
</style>
background-color css
<style>
a { background-color: #B5EC50; }
a { background-color: rgb(181,236,80); }
div.DivClassName
{
background-color: #B5EC50;
}
.BgClassName
{
background-color: #B5EC50;
}
</style>
border-color css
<style>
span { border-color: #B5EC50; }
span { border-color: rgb(181,236,80); }
td.TdClassName
{
border-color: #B5EC50;
}
.TagClassName
{
border-color: #B5EC50;
}
</style>