Shades of Conifer #B1E349
Tints of Conifer #B1E349
RGB
CMYK
RGB Variations
Color information
#B1E349 (or 0xB1E349) is known color: Conifer. HEX triplet: B1, E3 and 49. RGB value is (177,227,73). Sum of RGB (Red+Green+Blue) = 177+227+73=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E349 is #4E1CB6. Grayscale: #C3C3C3. Windows color (decimal): -5119159 or 4842417. OLE color: 4842417.
HSL color Cylindrical-coordinate representation of color #B1E349: hue angle of 79.48º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1E349 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 227 | 73 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.11 |
| HSL | 79.48º | 0.73% | 0.59% | - |
| HSV(B) | 79.48º | 0.68% | 0.89% | - |
| XYZ | 46.8 | 64.77 | 16.34 | - |
| YUV | 194.49 | 59.44 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 227 | 73 | 0.22 | 0 | 0.68 | 0.11 | 79.48 | 0.73 | 0.59 |
| Hex | B1 | E3 | 49 | 16 | 0 | 44 | B | 4F | 49 | 3B |
| Octal | 261 | 343 | 111 | 26 | 0 | 104 | 13 | 117 | 111 | 73 |
| Binary | 10110001 | 11100011 | 1001001 | 10110 | 0 | 1000100 | 1011 | 1001111 | 1001001 | 111011 |
Color Harmonies of #B1E349
Complementary color
Monochromatic Colors of #B1E349
Black with #B1E349
Text Example
Text Example
White with #B1E349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E349; }
p { color: rgb(177,227,73); }
H1.HeaderClassName
{
color: #B1E349;
}
.AnyTagClassName
{
color: #B1E349;
}
</style>
background-color css
<style>
a { background-color: #B1E349; }
a { background-color: rgb(177,227,73); }
div.DivClassName
{
background-color: #B1E349;
}
.BgClassName
{
background-color: #B1E349;
}
</style>
border-color css
<style>
span { border-color: #B1E349; }
span { border-color: rgb(177,227,73); }
td.TdClassName
{
border-color: #B1E349;
}
.TagClassName
{
border-color: #B1E349;
}
</style>