Shades of Conifer #B1E25E
Tints of Conifer #B1E25E
RGB
CMYK
RGB Variations
Color information
#B1E25E (or 0xB1E25E) is known color: Conifer. HEX triplet: B1, E2 and 5E. RGB value is (177,226,94). Sum of RGB (Red+Green+Blue) = 177+226+94=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 226 - color contains mainly: green. Hex color #B1E25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E25E is #4E1DA1. Grayscale: #C4C4C4. Windows color (decimal): -5119394 or 6218417. OLE color: 6218417.
HSL color Cylindrical-coordinate representation of color #B1E25E: hue angle of 82.27º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1E25E is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 226 | 94 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.11 |
| HSL | 82.27º | 0.69% | 0.63% | - |
| HSV(B) | 82.27º | 0.58% | 0.89% | - |
| XYZ | 47.35 | 64.55 | 20.55 | - |
| YUV | 196.3 | 70.27 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 226 | 94 | 0.22 | 0 | 0.58 | 0.11 | 82.27 | 0.69 | 0.63 |
| Hex | B1 | E2 | 5E | 16 | 0 | 3A | B | 52 | 45 | 3F |
| Octal | 261 | 342 | 136 | 26 | 0 | 72 | 13 | 122 | 105 | 77 |
| Binary | 10110001 | 11100010 | 1011110 | 10110 | 0 | 111010 | 1011 | 1010010 | 1000101 | 111111 |
Color Harmonies of #B1E25E
Complementary color
Monochromatic Colors of #B1E25E
Black with #B1E25E
Text Example
Text Example
White with #B1E25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E25E; }
p { color: rgb(177,226,94); }
H1.HeaderClassName
{
color: #B1E25E;
}
.AnyTagClassName
{
color: #B1E25E;
}
</style>
background-color css
<style>
a { background-color: #B1E25E; }
a { background-color: rgb(177,226,94); }
div.DivClassName
{
background-color: #B1E25E;
}
.BgClassName
{
background-color: #B1E25E;
}
</style>
border-color css
<style>
span { border-color: #B1E25E; }
span { border-color: rgb(177,226,94); }
td.TdClassName
{
border-color: #B1E25E;
}
.TagClassName
{
border-color: #B1E25E;
}
</style>