Shades of Conifer #B1E06E
Tints of Conifer #B1E06E
RGB
CMYK
RGB Variations
Color information
#B1E06E (or 0xB1E06E) is known color: Conifer. HEX triplet: B1, E0 and 6E. RGB value is (177,224,110). Sum of RGB (Red+Green+Blue) = 177+224+110=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E06E is #4E1F91. Grayscale: #C5C5C5. Windows color (decimal): -5119890 or 7266481. OLE color: 7266481.
HSL color Cylindrical-coordinate representation of color #B1E06E: hue angle of 84.74º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1E06E is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 224 | 110 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.12 |
| HSL | 84.74º | 0.65% | 0.65% | - |
| HSV(B) | 84.74º | 0.51% | 0.88% | - |
| XYZ | 47.6 | 63.78 | 24.55 | - |
| YUV | 196.95 | 78.93 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 224 | 110 | 0.21 | 0 | 0.51 | 0.12 | 84.74 | 0.65 | 0.65 |
| Hex | B1 | E0 | 6E | 15 | 0 | 33 | C | 55 | 41 | 41 |
| Octal | 261 | 340 | 156 | 25 | 0 | 63 | 14 | 125 | 101 | 101 |
| Binary | 10110001 | 11100000 | 1101110 | 10101 | 0 | 110011 | 1100 | 1010101 | 1000001 | 1000001 |
Color Harmonies of #B1E06E
Complementary color
Monochromatic Colors of #B1E06E
Black with #B1E06E
Text Example
Text Example
White with #B1E06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E06E; }
p { color: rgb(177,224,110); }
H1.HeaderClassName
{
color: #B1E06E;
}
.AnyTagClassName
{
color: #B1E06E;
}
</style>
background-color css
<style>
a { background-color: #B1E06E; }
a { background-color: rgb(177,224,110); }
div.DivClassName
{
background-color: #B1E06E;
}
.BgClassName
{
background-color: #B1E06E;
}
</style>
border-color css
<style>
span { border-color: #B1E06E; }
span { border-color: rgb(177,224,110); }
td.TdClassName
{
border-color: #B1E06E;
}
.TagClassName
{
border-color: #B1E06E;
}
</style>