Shades of Conifer #B5E740
Tints of Conifer #B5E740
RGB
CMYK
RGB Variations
Color information
#B5E740 (or 0xB5E740) is known color: Conifer. HEX triplet: B5, E7 and 40. RGB value is (181,231,64). Sum of RGB (Red+Green+Blue) = 181+231+64=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5E740 is #4A18BF. Grayscale: #C5C5C5. Windows color (decimal): -4856000 or 4253621. OLE color: 4253621.
HSL color Cylindrical-coordinate representation of color #B5E740: hue angle of 77.96º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5E740 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 231 | 64 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.09 |
| HSL | 77.96º | 0.78% | 0.58% | - |
| HSV(B) | 77.96º | 0.72% | 0.91% | - |
| XYZ | 48.56 | 67.35 | 15.29 | - |
| YUV | 197.01 | 52.94 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 231 | 64 | 0.22 | 0 | 0.72 | 0.09 | 77.96 | 0.78 | 0.58 |
| Hex | B5 | E7 | 40 | 16 | 0 | 48 | 9 | 4E | 4E | 3A |
| Octal | 265 | 347 | 100 | 26 | 0 | 110 | 11 | 116 | 116 | 72 |
| Binary | 10110101 | 11100111 | 1000000 | 10110 | 0 | 1001000 | 1001 | 1001110 | 1001110 | 111010 |
Color Harmonies of #B5E740
Complementary color
Monochromatic Colors of #B5E740
Black with #B5E740
Text Example
Text Example
White with #B5E740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E740; }
p { color: rgb(181,231,64); }
H1.HeaderClassName
{
color: #B5E740;
}
.AnyTagClassName
{
color: #B5E740;
}
</style>
background-color css
<style>
a { background-color: #B5E740; }
a { background-color: rgb(181,231,64); }
div.DivClassName
{
background-color: #B5E740;
}
.BgClassName
{
background-color: #B5E740;
}
</style>
border-color css
<style>
span { border-color: #B5E740; }
span { border-color: rgb(181,231,64); }
td.TdClassName
{
border-color: #B5E740;
}
.TagClassName
{
border-color: #B5E740;
}
</style>