Shades of Conifer #B5E440
Tints of Conifer #B5E440
RGB
CMYK
RGB Variations
Color information
#B5E440 (or 0xB5E440) is known color: Conifer. HEX triplet: B5, E4 and 40. RGB value is (181,228,64). Sum of RGB (Red+Green+Blue) = 181+228+64=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 228 (89.45% from 255 or 48.20% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E440 is #4A1BBF. Grayscale: #C3C3C3. Windows color (decimal): -4856768 or 4252853. OLE color: 4252853.
HSL color Cylindrical-coordinate representation of color #B5E440: hue angle of 77.2º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5E440 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 228 | 64 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.11 |
| HSL | 77.2º | 0.75% | 0.57% | - |
| HSV(B) | 77.2º | 0.72% | 0.89% | - |
| XYZ | 47.72 | 65.68 | 15.01 | - |
| YUV | 195.25 | 53.93 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 228 | 64 | 0.21 | 0 | 0.72 | 0.11 | 77.2 | 0.75 | 0.57 |
| Hex | B5 | E4 | 40 | 15 | 0 | 48 | B | 4D | 4B | 39 |
| Octal | 265 | 344 | 100 | 25 | 0 | 110 | 13 | 115 | 113 | 71 |
| Binary | 10110101 | 11100100 | 1000000 | 10101 | 0 | 1001000 | 1011 | 1001101 | 1001011 | 111001 |
Color Harmonies of #B5E440
Complementary color
Monochromatic Colors of #B5E440
Black with #B5E440
Text Example
Text Example
White with #B5E440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E440; }
p { color: rgb(181,228,64); }
H1.HeaderClassName
{
color: #B5E440;
}
.AnyTagClassName
{
color: #B5E440;
}
</style>
background-color css
<style>
a { background-color: #B5E440; }
a { background-color: rgb(181,228,64); }
div.DivClassName
{
background-color: #B5E440;
}
.BgClassName
{
background-color: #B5E440;
}
</style>
border-color css
<style>
span { border-color: #B5E440; }
span { border-color: rgb(181,228,64); }
td.TdClassName
{
border-color: #B5E440;
}
.TagClassName
{
border-color: #B5E440;
}
</style>