Shades of Conifer #B1E350
Tints of Conifer #B1E350
RGB
CMYK
RGB Variations
Color information
#B1E350 (or 0xB1E350) is known color: Conifer. HEX triplet: B1, E3 and 50. RGB value is (177,227,80). Sum of RGB (Red+Green+Blue) = 177+227+80=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E350 is #4E1CAF. Grayscale: #C3C3C3. Windows color (decimal): -5119152 or 5301169. OLE color: 5301169.
HSL color Cylindrical-coordinate representation of color #B1E350: hue angle of 80.41º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1E350 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 227 | 80 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.11 |
| HSL | 80.41º | 0.72% | 0.6% | - |
| HSV(B) | 80.41º | 0.65% | 0.89% | - |
| XYZ | 47.05 | 64.86 | 17.63 | - |
| YUV | 195.29 | 62.94 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 227 | 80 | 0.22 | 0 | 0.65 | 0.11 | 80.41 | 0.72 | 0.6 |
| Hex | B1 | E3 | 50 | 16 | 0 | 41 | B | 50 | 48 | 3C |
| Octal | 261 | 343 | 120 | 26 | 0 | 101 | 13 | 120 | 110 | 74 |
| Binary | 10110001 | 11100011 | 1010000 | 10110 | 0 | 1000001 | 1011 | 1010000 | 1001000 | 111100 |
Color Harmonies of #B1E350
Complementary color
Monochromatic Colors of #B1E350
Black with #B1E350
Text Example
Text Example
White with #B1E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E350; }
p { color: rgb(177,227,80); }
H1.HeaderClassName
{
color: #B1E350;
}
.AnyTagClassName
{
color: #B1E350;
}
</style>
background-color css
<style>
a { background-color: #B1E350; }
a { background-color: rgb(177,227,80); }
div.DivClassName
{
background-color: #B1E350;
}
.BgClassName
{
background-color: #B1E350;
}
</style>
border-color css
<style>
span { border-color: #B1E350; }
span { border-color: rgb(177,227,80); }
td.TdClassName
{
border-color: #B1E350;
}
.TagClassName
{
border-color: #B1E350;
}
</style>