Shades of Conifer #B5E054
Tints of Conifer #B5E054
RGB
CMYK
RGB Variations
Color information
#B5E054 (or 0xB5E054) is known color: Conifer. HEX triplet: B5, E0 and 54. RGB value is (181,224,84). Sum of RGB (Red+Green+Blue) = 181+224+84=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 84 (33.20% from 255 or 17.18% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E054 is #4A1FAB. Grayscale: #C3C3C3. Windows color (decimal): -4857772 or 5562549. OLE color: 5562549.
HSL color Cylindrical-coordinate representation of color #B5E054: hue angle of 78.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5E054 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 84 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.12 |
| HSL | 78.43º | 0.69% | 0.6% | - |
| HSV(B) | 78.43º | 0.63% | 0.88% | - |
| XYZ | 47.31 | 63.78 | 18.2 | - |
| YUV | 195.18 | 65.25 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 84 | 0.19 | 0 | 0.62 | 0.12 | 78.43 | 0.69 | 0.6 |
| Hex | B5 | E0 | 54 | 13 | 0 | 3E | C | 4E | 45 | 3C |
| Octal | 265 | 340 | 124 | 23 | 0 | 76 | 14 | 116 | 105 | 74 |
| Binary | 10110101 | 11100000 | 1010100 | 10011 | 0 | 111110 | 1100 | 1001110 | 1000101 | 111100 |
Color Harmonies of #B5E054
Complementary color
Monochromatic Colors of #B5E054
Black with #B5E054
Text Example
Text Example
White with #B5E054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E054; }
p { color: rgb(181,224,84); }
H1.HeaderClassName
{
color: #B5E054;
}
.AnyTagClassName
{
color: #B5E054;
}
</style>
background-color css
<style>
a { background-color: #B5E054; }
a { background-color: rgb(181,224,84); }
div.DivClassName
{
background-color: #B5E054;
}
.BgClassName
{
background-color: #B5E054;
}
</style>
border-color css
<style>
span { border-color: #B5E054; }
span { border-color: rgb(181,224,84); }
td.TdClassName
{
border-color: #B5E054;
}
.TagClassName
{
border-color: #B5E054;
}
</style>