Shades of Conifer #B4E054
Tints of Conifer #B4E054
RGB
CMYK
RGB Variations
Color information
#B4E054 (or 0xB4E054) is known color: Conifer. HEX triplet: B4, E0 and 54. RGB value is (180,224,84). Sum of RGB (Red+Green+Blue) = 180+224+84=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 84 (33.20% from 255 or 17.21% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #B4E054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E054 is #4B1FAB. Grayscale: #C3C3C3. Windows color (decimal): -4923308 or 5562548. OLE color: 5562548.
HSL color Cylindrical-coordinate representation of color #B4E054: hue angle of 78.86º 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 #B4E054 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 224 | 84 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.12 |
| HSL | 78.86º | 0.69% | 0.6% | - |
| HSV(B) | 78.86º | 0.63% | 0.88% | - |
| XYZ | 47.08 | 63.65 | 18.19 | - |
| YUV | 194.88 | 65.42 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 224 | 84 | 0.20 | 0 | 0.62 | 0.12 | 78.86 | 0.69 | 0.6 |
| Hex | B4 | E0 | 54 | 14 | 0 | 3E | C | 4F | 45 | 3C |
| Octal | 264 | 340 | 124 | 24 | 0 | 76 | 14 | 117 | 105 | 74 |
| Binary | 10110100 | 11100000 | 1010100 | 10100 | 0 | 111110 | 1100 | 1001111 | 1000101 | 111100 |
Color Harmonies of #B4E054
Complementary color
Monochromatic Colors of #B4E054
Black with #B4E054
Text Example
Text Example
White with #B4E054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E054; }
p { color: rgb(180,224,84); }
H1.HeaderClassName
{
color: #B4E054;
}
.AnyTagClassName
{
color: #B4E054;
}
</style>
background-color css
<style>
a { background-color: #B4E054; }
a { background-color: rgb(180,224,84); }
div.DivClassName
{
background-color: #B4E054;
}
.BgClassName
{
background-color: #B4E054;
}
</style>
border-color css
<style>
span { border-color: #B4E054; }
span { border-color: rgb(180,224,84); }
td.TdClassName
{
border-color: #B4E054;
}
.TagClassName
{
border-color: #B4E054;
}
</style>