Shades of Conifer #B1EA46
Tints of Conifer #B1EA46
RGB
CMYK
RGB Variations
Color information
#B1EA46 (or 0xB1EA46) is known color: Conifer. HEX triplet: B1, EA and 46. RGB value is (177,234,70). Sum of RGB (Red+Green+Blue) = 177+234+70=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #B1EA46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1EA46 is #4E15B9. Grayscale: #C6C6C6. Windows color (decimal): -5117370 or 4647601. OLE color: 4647601.
HSL color Cylindrical-coordinate representation of color #B1EA46: hue angle of 80.85º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1EA46 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 234 | 70 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.08 |
| HSL | 80.85º | 0.8% | 0.6% | - |
| HSV(B) | 80.85º | 0.7% | 0.92% | - |
| XYZ | 48.66 | 68.63 | 16.48 | - |
| YUV | 198.26 | 55.62 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 234 | 70 | 0.24 | 0 | 0.70 | 0.08 | 80.85 | 0.8 | 0.6 |
| Hex | B1 | EA | 46 | 18 | 0 | 46 | 8 | 51 | 50 | 3C |
| Octal | 261 | 352 | 106 | 30 | 0 | 106 | 10 | 121 | 120 | 74 |
| Binary | 10110001 | 11101010 | 1000110 | 11000 | 0 | 1000110 | 1000 | 1010001 | 1010000 | 111100 |
Color Harmonies of #B1EA46
Complementary color
Monochromatic Colors of #B1EA46
Black with #B1EA46
Text Example
Text Example
White with #B1EA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EA46; }
p { color: rgb(177,234,70); }
H1.HeaderClassName
{
color: #B1EA46;
}
.AnyTagClassName
{
color: #B1EA46;
}
</style>
background-color css
<style>
a { background-color: #B1EA46; }
a { background-color: rgb(177,234,70); }
div.DivClassName
{
background-color: #B1EA46;
}
.BgClassName
{
background-color: #B1EA46;
}
</style>
border-color css
<style>
span { border-color: #B1EA46; }
span { border-color: rgb(177,234,70); }
td.TdClassName
{
border-color: #B1EA46;
}
.TagClassName
{
border-color: #B1EA46;
}
</style>