Shades of Conifer #B4E850
Tints of Conifer #B4E850
RGB
CMYK
RGB Variations
Color information
#B4E850 (or 0xB4E850) is known color: Conifer. HEX triplet: B4, E8 and 50. RGB value is (180,232,80). Sum of RGB (Red+Green+Blue) = 180+232+80=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E850 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4E850 is #4B17AF. Grayscale: #C7C7C7. Windows color (decimal): -4921264 or 5302452. OLE color: 5302452.
HSL color Cylindrical-coordinate representation of color #B4E850: hue angle of 80.53º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4E850 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 232 | 80 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.09 |
| HSL | 80.53º | 0.77% | 0.61% | - |
| HSV(B) | 80.53º | 0.66% | 0.91% | - |
| XYZ | 49.13 | 68 | 18.12 | - |
| YUV | 199.12 | 60.77 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 232 | 80 | 0.22 | 0 | 0.66 | 0.09 | 80.53 | 0.77 | 0.61 |
| Hex | B4 | E8 | 50 | 16 | 0 | 42 | 9 | 51 | 4D | 3D |
| Octal | 264 | 350 | 120 | 26 | 0 | 102 | 11 | 121 | 115 | 75 |
| Binary | 10110100 | 11101000 | 1010000 | 10110 | 0 | 1000010 | 1001 | 1010001 | 1001101 | 111101 |
Color Harmonies of #B4E850
Complementary color
Monochromatic Colors of #B4E850
Black with #B4E850
Text Example
Text Example
White with #B4E850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E850; }
p { color: rgb(180,232,80); }
H1.HeaderClassName
{
color: #B4E850;
}
.AnyTagClassName
{
color: #B4E850;
}
</style>
background-color css
<style>
a { background-color: #B4E850; }
a { background-color: rgb(180,232,80); }
div.DivClassName
{
background-color: #B4E850;
}
.BgClassName
{
background-color: #B4E850;
}
</style>
border-color css
<style>
span { border-color: #B4E850; }
span { border-color: rgb(180,232,80); }
td.TdClassName
{
border-color: #B4E850;
}
.TagClassName
{
border-color: #B4E850;
}
</style>