Shades of Conifer #B4E54B
Tints of Conifer #B4E54B
RGB
CMYK
RGB Variations
Color information
#B4E54B (or 0xB4E54B) is known color: Conifer. HEX triplet: B4, E5 and 4B. RGB value is (180,229,75). Sum of RGB (Red+Green+Blue) = 180+229+75=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 75 (29.69% from 255 or 15.50% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4E54B is #4B1AB4. Grayscale: #C5C5C5. Windows color (decimal): -4922037 or 4974004. OLE color: 4974004.
HSL color Cylindrical-coordinate representation of color #B4E54B: hue angle of 79.09º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4E54B is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 229 | 75 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.10 |
| HSL | 79.09º | 0.75% | 0.6% | - |
| HSV(B) | 79.09º | 0.67% | 0.9% | - |
| XYZ | 48.11 | 66.25 | 16.91 | - |
| YUV | 196.79 | 59.27 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 229 | 75 | 0.21 | 0 | 0.67 | 0.10 | 79.09 | 0.75 | 0.6 |
| Hex | B4 | E5 | 4B | 15 | 0 | 43 | A | 4F | 4B | 3C |
| Octal | 264 | 345 | 113 | 25 | 0 | 103 | 12 | 117 | 113 | 74 |
| Binary | 10110100 | 11100101 | 1001011 | 10101 | 0 | 1000011 | 1010 | 1001111 | 1001011 | 111100 |
Color Harmonies of #B4E54B
Complementary color
Monochromatic Colors of #B4E54B
Black with #B4E54B
Text Example
Text Example
White with #B4E54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E54B; }
p { color: rgb(180,229,75); }
H1.HeaderClassName
{
color: #B4E54B;
}
.AnyTagClassName
{
color: #B4E54B;
}
</style>
background-color css
<style>
a { background-color: #B4E54B; }
a { background-color: rgb(180,229,75); }
div.DivClassName
{
background-color: #B4E54B;
}
.BgClassName
{
background-color: #B4E54B;
}
</style>
border-color css
<style>
span { border-color: #B4E54B; }
span { border-color: rgb(180,229,75); }
td.TdClassName
{
border-color: #B4E54B;
}
.TagClassName
{
border-color: #B4E54B;
}
</style>