Shades of Conifer #B1E550
Tints of Conifer #B1E550
RGB
CMYK
RGB Variations
Color information
#B1E550 (or 0xB1E550) is known color: Conifer. HEX triplet: B1, E5 and 50. RGB value is (177,229,80). Sum of RGB (Red+Green+Blue) = 177+229+80=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #B1E550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E550 is #4E1AAF. Grayscale: #C5C5C5. Windows color (decimal): -5118640 or 5301681. OLE color: 5301681.
HSL color Cylindrical-coordinate representation of color #B1E550: hue angle of 80.94º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1E550 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 229 | 80 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.10 |
| HSL | 80.94º | 0.74% | 0.61% | - |
| HSV(B) | 80.94º | 0.65% | 0.9% | - |
| XYZ | 47.6 | 65.96 | 17.81 | - |
| YUV | 196.47 | 62.27 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 229 | 80 | 0.23 | 0 | 0.65 | 0.10 | 80.94 | 0.74 | 0.61 |
| Hex | B1 | E5 | 50 | 17 | 0 | 41 | A | 51 | 4A | 3D |
| Octal | 261 | 345 | 120 | 27 | 0 | 101 | 12 | 121 | 112 | 75 |
| Binary | 10110001 | 11100101 | 1010000 | 10111 | 0 | 1000001 | 1010 | 1010001 | 1001010 | 111101 |
Color Harmonies of #B1E550
Complementary color
Monochromatic Colors of #B1E550
Black with #B1E550
Text Example
Text Example
White with #B1E550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E550; }
p { color: rgb(177,229,80); }
H1.HeaderClassName
{
color: #B1E550;
}
.AnyTagClassName
{
color: #B1E550;
}
</style>
background-color css
<style>
a { background-color: #B1E550; }
a { background-color: rgb(177,229,80); }
div.DivClassName
{
background-color: #B1E550;
}
.BgClassName
{
background-color: #B1E550;
}
</style>
border-color css
<style>
span { border-color: #B1E550; }
span { border-color: rgb(177,229,80); }
td.TdClassName
{
border-color: #B1E550;
}
.TagClassName
{
border-color: #B1E550;
}
</style>