Shades of Conifer #B5E050
Tints of Conifer #B5E050
RGB
CMYK
RGB Variations
Color information
#B5E050 (or 0xB5E050) is known color: Conifer. HEX triplet: B5, E0 and 50. RGB value is (181,224,80). Sum of RGB (Red+Green+Blue) = 181+224+80=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E050 is #4A1FAF. Grayscale: #C3C3C3. Windows color (decimal): -4857776 or 5300405. OLE color: 5300405.
HSL color Cylindrical-coordinate representation of color #B5E050: hue angle of 77.92º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5E050 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 80 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.12 |
| HSL | 77.92º | 0.7% | 0.6% | - |
| HSV(B) | 77.92º | 0.64% | 0.88% | - |
| XYZ | 47.16 | 63.71 | 17.4 | - |
| YUV | 194.73 | 63.25 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 80 | 0.19 | 0 | 0.64 | 0.12 | 77.92 | 0.7 | 0.6 |
| Hex | B5 | E0 | 50 | 13 | 0 | 40 | C | 4E | 46 | 3C |
| Octal | 265 | 340 | 120 | 23 | 0 | 100 | 14 | 116 | 106 | 74 |
| Binary | 10110101 | 11100000 | 1010000 | 10011 | 0 | 1000000 | 1100 | 1001110 | 1000110 | 111100 |
Color Harmonies of #B5E050
Complementary color
Monochromatic Colors of #B5E050
Black with #B5E050
Text Example
Text Example
White with #B5E050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E050; }
p { color: rgb(181,224,80); }
H1.HeaderClassName
{
color: #B5E050;
}
.AnyTagClassName
{
color: #B5E050;
}
</style>
background-color css
<style>
a { background-color: #B5E050; }
a { background-color: rgb(181,224,80); }
div.DivClassName
{
background-color: #B5E050;
}
.BgClassName
{
background-color: #B5E050;
}
</style>
border-color css
<style>
span { border-color: #B5E050; }
span { border-color: rgb(181,224,80); }
td.TdClassName
{
border-color: #B5E050;
}
.TagClassName
{
border-color: #B5E050;
}
</style>