Shades of Conifer #B5E250
Tints of Conifer #B5E250
RGB
CMYK
RGB Variations
Color information
#B5E250 (or 0xB5E250) is known color: Conifer. HEX triplet: B5, E2 and 50. RGB value is (181,226,80). Sum of RGB (Red+Green+Blue) = 181+226+80=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #B5E250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E250 is #4A1DAF. Grayscale: #C4C4C4. Windows color (decimal): -4857264 or 5300917. OLE color: 5300917.
HSL color Cylindrical-coordinate representation of color #B5E250: hue angle of 78.49º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5E250 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 226 | 80 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.11 |
| HSL | 78.49º | 0.72% | 0.6% | - |
| HSV(B) | 78.49º | 0.65% | 0.89% | - |
| XYZ | 47.7 | 64.8 | 17.58 | - |
| YUV | 195.9 | 62.59 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 226 | 80 | 0.20 | 0 | 0.65 | 0.11 | 78.49 | 0.72 | 0.6 |
| Hex | B5 | E2 | 50 | 14 | 0 | 41 | B | 4E | 48 | 3C |
| Octal | 265 | 342 | 120 | 24 | 0 | 101 | 13 | 116 | 110 | 74 |
| Binary | 10110101 | 11100010 | 1010000 | 10100 | 0 | 1000001 | 1011 | 1001110 | 1001000 | 111100 |
Color Harmonies of #B5E250
Complementary color
Monochromatic Colors of #B5E250
Black with #B5E250
Text Example
Text Example
White with #B5E250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E250; }
p { color: rgb(181,226,80); }
H1.HeaderClassName
{
color: #B5E250;
}
.AnyTagClassName
{
color: #B5E250;
}
</style>
background-color css
<style>
a { background-color: #B5E250; }
a { background-color: rgb(181,226,80); }
div.DivClassName
{
background-color: #B5E250;
}
.BgClassName
{
background-color: #B5E250;
}
</style>
border-color css
<style>
span { border-color: #B5E250; }
span { border-color: rgb(181,226,80); }
td.TdClassName
{
border-color: #B5E250;
}
.TagClassName
{
border-color: #B5E250;
}
</style>