Shades of Conifer #B5E048
Tints of Conifer #B5E048
RGB
CMYK
RGB Variations
Color information
#B5E048 (or 0xB5E048) is known color: Conifer. HEX triplet: B5, E0 and 48. RGB value is (181,224,72). Sum of RGB (Red+Green+Blue) = 181+224+72=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E048 is #4A1FB7. Grayscale: #C2C2C2. Windows color (decimal): -4857784 or 4776117. OLE color: 4776117.
HSL color Cylindrical-coordinate representation of color #B5E048: hue angle of 76.97º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5E048 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 72 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.12 |
| HSL | 76.97º | 0.71% | 0.58% | - |
| HSV(B) | 76.97º | 0.68% | 0.88% | - |
| XYZ | 46.88 | 63.6 | 15.94 | - |
| YUV | 193.82 | 59.25 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 72 | 0.19 | 0 | 0.68 | 0.12 | 76.97 | 0.71 | 0.58 |
| Hex | B5 | E0 | 48 | 13 | 0 | 44 | C | 4D | 47 | 3A |
| Octal | 265 | 340 | 110 | 23 | 0 | 104 | 14 | 115 | 107 | 72 |
| Binary | 10110101 | 11100000 | 1001000 | 10011 | 0 | 1000100 | 1100 | 1001101 | 1000111 | 111010 |
Color Harmonies of #B5E048
Complementary color
Monochromatic Colors of #B5E048
Black with #B5E048
Text Example
Text Example
White with #B5E048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E048; }
p { color: rgb(181,224,72); }
H1.HeaderClassName
{
color: #B5E048;
}
.AnyTagClassName
{
color: #B5E048;
}
</style>
background-color css
<style>
a { background-color: #B5E048; }
a { background-color: rgb(181,224,72); }
div.DivClassName
{
background-color: #B5E048;
}
.BgClassName
{
background-color: #B5E048;
}
</style>
border-color css
<style>
span { border-color: #B5E048; }
span { border-color: rgb(181,224,72); }
td.TdClassName
{
border-color: #B5E048;
}
.TagClassName
{
border-color: #B5E048;
}
</style>