Shades of Conifer #B1FA4E
Tints of Conifer #B1FA4E
RGB
CMYK
RGB Variations
Color information
#B1FA4E (or 0xB1FA4E) is known color: Conifer. HEX triplet: B1, FA and 4E. RGB value is (177,250,78). Sum of RGB (Red+Green+Blue) = 177+250+78=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 78 (30.86% from 255 or 15.45% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FA4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FA4E is #4E05B1. Grayscale: #D1D1D1. Windows color (decimal): -5113266 or 5175985. OLE color: 5175985.
HSL color Cylindrical-coordinate representation of color #B1FA4E: hue angle of 85.47º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1FA4E is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 250 | 78 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.02 |
| HSL | 85.47º | 0.95% | 0.64% | - |
| HSV(B) | 85.47º | 0.69% | 0.98% | - |
| XYZ | 53.69 | 78.27 | 19.49 | - |
| YUV | 208.57 | 54.32 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 250 | 78 | 0.29 | 0 | 0.69 | 0.02 | 85.47 | 0.95 | 0.64 |
| Hex | B1 | FA | 4E | 1D | 0 | 45 | 2 | 55 | 5F | 40 |
| Octal | 261 | 372 | 116 | 35 | 0 | 105 | 2 | 125 | 137 | 100 |
| Binary | 10110001 | 11111010 | 1001110 | 11101 | 0 | 1000101 | 10 | 1010101 | 1011111 | 1000000 |
Color Harmonies of #B1FA4E
Complementary color
Monochromatic Colors of #B1FA4E
Black with #B1FA4E
Text Example
Text Example
White with #B1FA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FA4E; }
p { color: rgb(177,250,78); }
H1.HeaderClassName
{
color: #B1FA4E;
}
.AnyTagClassName
{
color: #B1FA4E;
}
</style>
background-color css
<style>
a { background-color: #B1FA4E; }
a { background-color: rgb(177,250,78); }
div.DivClassName
{
background-color: #B1FA4E;
}
.BgClassName
{
background-color: #B1FA4E;
}
</style>
border-color css
<style>
span { border-color: #B1FA4E; }
span { border-color: rgb(177,250,78); }
td.TdClassName
{
border-color: #B1FA4E;
}
.TagClassName
{
border-color: #B1FA4E;
}
</style>