Shades of Conifer #B4E56A
Tints of Conifer #B4E56A
RGB
CMYK
RGB Variations
Color information
#B4E56A (or 0xB4E56A) is known color: Conifer. HEX triplet: B4, E5 and 6A. RGB value is (180,229,106). Sum of RGB (Red+Green+Blue) = 180+229+106=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 106 (41.80% from 255 or 20.58% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E56A is #4B1A95. Grayscale: #C8C8C8. Windows color (decimal): -4922006 or 7005620. OLE color: 7005620.
HSL color Cylindrical-coordinate representation of color #B4E56A: hue angle of 83.9º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4E56A is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 229 | 106 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.10 |
| HSL | 83.9º | 0.7% | 0.66% | - |
| HSV(B) | 83.9º | 0.54% | 0.9% | - |
| XYZ | 49.44 | 66.78 | 23.92 | - |
| YUV | 200.33 | 74.77 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 229 | 106 | 0.21 | 0 | 0.54 | 0.10 | 83.9 | 0.7 | 0.66 |
| Hex | B4 | E5 | 6A | 15 | 0 | 36 | A | 54 | 46 | 42 |
| Octal | 264 | 345 | 152 | 25 | 0 | 66 | 12 | 124 | 106 | 102 |
| Binary | 10110100 | 11100101 | 1101010 | 10101 | 0 | 110110 | 1010 | 1010100 | 1000110 | 1000010 |
Color Harmonies of #B4E56A
Complementary color
Monochromatic Colors of #B4E56A
Black with #B4E56A
Text Example
Text Example
White with #B4E56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E56A; }
p { color: rgb(180,229,106); }
H1.HeaderClassName
{
color: #B4E56A;
}
.AnyTagClassName
{
color: #B4E56A;
}
</style>
background-color css
<style>
a { background-color: #B4E56A; }
a { background-color: rgb(180,229,106); }
div.DivClassName
{
background-color: #B4E56A;
}
.BgClassName
{
background-color: #B4E56A;
}
</style>
border-color css
<style>
span { border-color: #B4E56A; }
span { border-color: rgb(180,229,106); }
td.TdClassName
{
border-color: #B4E56A;
}
.TagClassName
{
border-color: #B4E56A;
}
</style>