Shades of Conifer #B1E45C
Tints of Conifer #B1E45C
RGB
CMYK
RGB Variations
Color information
#B1E45C (or 0xB1E45C) is known color: Conifer. HEX triplet: B1, E4 and 5C. RGB value is (177,228,92). Sum of RGB (Red+Green+Blue) = 177+228+92=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E45C is #4E1BA3. Grayscale: #C5C5C5. Windows color (decimal): -5118884 or 6087857. OLE color: 6087857.
HSL color Cylindrical-coordinate representation of color #B1E45C: hue angle of 82.5º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1E45C is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 228 | 92 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.11 |
| HSL | 82.5º | 0.72% | 0.63% | - |
| HSV(B) | 82.5º | 0.6% | 0.89% | - |
| XYZ | 47.81 | 65.61 | 20.27 | - |
| YUV | 197.25 | 68.6 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 228 | 92 | 0.22 | 0 | 0.60 | 0.11 | 82.5 | 0.72 | 0.63 |
| Hex | B1 | E4 | 5C | 16 | 0 | 3C | B | 52 | 48 | 3F |
| Octal | 261 | 344 | 134 | 26 | 0 | 74 | 13 | 122 | 110 | 77 |
| Binary | 10110001 | 11100100 | 1011100 | 10110 | 0 | 111100 | 1011 | 1010010 | 1001000 | 111111 |
Color Harmonies of #B1E45C
Complementary color
Monochromatic Colors of #B1E45C
Black with #B1E45C
Text Example
Text Example
White with #B1E45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E45C; }
p { color: rgb(177,228,92); }
H1.HeaderClassName
{
color: #B1E45C;
}
.AnyTagClassName
{
color: #B1E45C;
}
</style>
background-color css
<style>
a { background-color: #B1E45C; }
a { background-color: rgb(177,228,92); }
div.DivClassName
{
background-color: #B1E45C;
}
.BgClassName
{
background-color: #B1E45C;
}
</style>
border-color css
<style>
span { border-color: #B1E45C; }
span { border-color: rgb(177,228,92); }
td.TdClassName
{
border-color: #B1E45C;
}
.TagClassName
{
border-color: #B1E45C;
}
</style>