Shades of Conifer #B5E85E
Tints of Conifer #B5E85E
RGB
CMYK
RGB Variations
Color information
#B5E85E (or 0xB5E85E) is known color: Conifer. HEX triplet: B5, E8 and 5E. RGB value is (181,232,94). Sum of RGB (Red+Green+Blue) = 181+232+94=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 232 (91.02% from 255 or 45.76% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E85E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5E85E is #4A17A1. Grayscale: #C9C9C9. Windows color (decimal): -4855714 or 6219957. OLE color: 6219957.
HSL color Cylindrical-coordinate representation of color #B5E85E: hue angle of 82.17º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5E85E is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 232 | 94 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.09 |
| HSL | 82.17º | 0.75% | 0.64% | - |
| HSV(B) | 82.17º | 0.59% | 0.91% | - |
| XYZ | 49.93 | 68.35 | 21.15 | - |
| YUV | 201.02 | 67.6 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 232 | 94 | 0.22 | 0 | 0.59 | 0.09 | 82.17 | 0.75 | 0.64 |
| Hex | B5 | E8 | 5E | 16 | 0 | 3B | 9 | 52 | 4B | 40 |
| Octal | 265 | 350 | 136 | 26 | 0 | 73 | 11 | 122 | 113 | 100 |
| Binary | 10110101 | 11101000 | 1011110 | 10110 | 0 | 111011 | 1001 | 1010010 | 1001011 | 1000000 |
Color Harmonies of #B5E85E
Complementary color
Monochromatic Colors of #B5E85E
Black with #B5E85E
Text Example
Text Example
White with #B5E85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E85E; }
p { color: rgb(181,232,94); }
H1.HeaderClassName
{
color: #B5E85E;
}
.AnyTagClassName
{
color: #B5E85E;
}
</style>
background-color css
<style>
a { background-color: #B5E85E; }
a { background-color: rgb(181,232,94); }
div.DivClassName
{
background-color: #B5E85E;
}
.BgClassName
{
background-color: #B5E85E;
}
</style>
border-color css
<style>
span { border-color: #B5E85E; }
span { border-color: rgb(181,232,94); }
td.TdClassName
{
border-color: #B5E85E;
}
.TagClassName
{
border-color: #B5E85E;
}
</style>