Shades of Conifer #B1E266
Tints of Conifer #B1E266
RGB
CMYK
RGB Variations
Color information
#B1E266 (or 0xB1E266) is known color: Conifer. HEX triplet: B1, E2 and 66. RGB value is (177,226,102). Sum of RGB (Red+Green+Blue) = 177+226+102=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #B1E266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E266 is #4E1D99. Grayscale: #C5C5C5. Windows color (decimal): -5119386 or 6742705. OLE color: 6742705.
HSL color Cylindrical-coordinate representation of color #B1E266: hue angle of 83.71º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1E266 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 226 | 102 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.11 |
| HSL | 83.71º | 0.68% | 0.64% | - |
| HSV(B) | 83.71º | 0.55% | 0.89% | - |
| XYZ | 47.73 | 64.7 | 22.54 | - |
| YUV | 197.21 | 74.27 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 226 | 102 | 0.22 | 0 | 0.55 | 0.11 | 83.71 | 0.68 | 0.64 |
| Hex | B1 | E2 | 66 | 16 | 0 | 37 | B | 54 | 44 | 40 |
| Octal | 261 | 342 | 146 | 26 | 0 | 67 | 13 | 124 | 104 | 100 |
| Binary | 10110001 | 11100010 | 1100110 | 10110 | 0 | 110111 | 1011 | 1010100 | 1000100 | 1000000 |
Color Harmonies of #B1E266
Complementary color
Monochromatic Colors of #B1E266
Black with #B1E266
Text Example
Text Example
White with #B1E266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E266; }
p { color: rgb(177,226,102); }
H1.HeaderClassName
{
color: #B1E266;
}
.AnyTagClassName
{
color: #B1E266;
}
</style>
background-color css
<style>
a { background-color: #B1E266; }
a { background-color: rgb(177,226,102); }
div.DivClassName
{
background-color: #B1E266;
}
.BgClassName
{
background-color: #B1E266;
}
</style>
border-color css
<style>
span { border-color: #B1E266; }
span { border-color: rgb(177,226,102); }
td.TdClassName
{
border-color: #B1E266;
}
.TagClassName
{
border-color: #B1E266;
}
</style>