Shades of Conifer #B4E95E
Tints of Conifer #B4E95E
RGB
CMYK
RGB Variations
Color information
#B4E95E (or 0xB4E95E) is known color: Conifer. HEX triplet: B4, E9 and 5E. RGB value is (180,233,94). Sum of RGB (Red+Green+Blue) = 180+233+94=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4E95E is #4B16A1. Grayscale: #C9C9C9. Windows color (decimal): -4920994 or 6220212. OLE color: 6220212.
HSL color Cylindrical-coordinate representation of color #B4E95E: hue angle of 82.88º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4E95E is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 233 | 94 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.09 |
| HSL | 82.88º | 0.76% | 0.64% | - |
| HSV(B) | 82.88º | 0.6% | 0.91% | - |
| XYZ | 49.98 | 68.79 | 21.23 | - |
| YUV | 201.31 | 67.44 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 233 | 94 | 0.23 | 0 | 0.60 | 0.09 | 82.88 | 0.76 | 0.64 |
| Hex | B4 | E9 | 5E | 17 | 0 | 3C | 9 | 53 | 4C | 40 |
| Octal | 264 | 351 | 136 | 27 | 0 | 74 | 11 | 123 | 114 | 100 |
| Binary | 10110100 | 11101001 | 1011110 | 10111 | 0 | 111100 | 1001 | 1010011 | 1001100 | 1000000 |
Color Harmonies of #B4E95E
Complementary color
Monochromatic Colors of #B4E95E
Black with #B4E95E
Text Example
Text Example
White with #B4E95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E95E; }
p { color: rgb(180,233,94); }
H1.HeaderClassName
{
color: #B4E95E;
}
.AnyTagClassName
{
color: #B4E95E;
}
</style>
background-color css
<style>
a { background-color: #B4E95E; }
a { background-color: rgb(180,233,94); }
div.DivClassName
{
background-color: #B4E95E;
}
.BgClassName
{
background-color: #B4E95E;
}
</style>
border-color css
<style>
span { border-color: #B4E95E; }
span { border-color: rgb(180,233,94); }
td.TdClassName
{
border-color: #B4E95E;
}
.TagClassName
{
border-color: #B4E95E;
}
</style>