Shades of Conifer #B5E140
Tints of Conifer #B5E140
RGB
CMYK
RGB Variations
Color information
#B5E140 (or 0xB5E140) is known color: Conifer. HEX triplet: B5, E1 and 40. RGB value is (181,225,64). Sum of RGB (Red+Green+Blue) = 181+225+64=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E140 is #4A1EBF. Grayscale: #C2C2C2. Windows color (decimal): -4857536 or 4252085. OLE color: 4252085.
HSL color Cylindrical-coordinate representation of color #B5E140: hue angle of 76.4º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5E140 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 225 | 64 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.12 |
| HSL | 76.4º | 0.73% | 0.57% | - |
| HSV(B) | 76.4º | 0.72% | 0.88% | - |
| XYZ | 46.91 | 64.04 | 14.74 | - |
| YUV | 193.49 | 54.92 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 64 | 0.20 | 0 | 0.72 | 0.12 | 76.4 | 0.73 | 0.57 |
| Hex | B5 | E1 | 40 | 14 | 0 | 48 | C | 4C | 49 | 39 |
| Octal | 265 | 341 | 100 | 24 | 0 | 110 | 14 | 114 | 111 | 71 |
| Binary | 10110101 | 11100001 | 1000000 | 10100 | 0 | 1001000 | 1100 | 1001100 | 1001001 | 111001 |
Color Harmonies of #B5E140
Complementary color
Monochromatic Colors of #B5E140
Black with #B5E140
Text Example
Text Example
White with #B5E140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E140; }
p { color: rgb(181,225,64); }
H1.HeaderClassName
{
color: #B5E140;
}
.AnyTagClassName
{
color: #B5E140;
}
</style>
background-color css
<style>
a { background-color: #B5E140; }
a { background-color: rgb(181,225,64); }
div.DivClassName
{
background-color: #B5E140;
}
.BgClassName
{
background-color: #B5E140;
}
</style>
border-color css
<style>
span { border-color: #B5E140; }
span { border-color: rgb(181,225,64); }
td.TdClassName
{
border-color: #B5E140;
}
.TagClassName
{
border-color: #B5E140;
}
</style>