Shades of Conifer #B1EB40
Tints of Conifer #B1EB40
RGB
CMYK
RGB Variations
Color information
#B1EB40 (or 0xB1EB40) is known color: Conifer. HEX triplet: B1, EB and 40. RGB value is (177,235,64). Sum of RGB (Red+Green+Blue) = 177+235+64=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EB40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1EB40 is #4E14BF. Grayscale: #C6C6C6. Windows color (decimal): -5117120 or 4254641. OLE color: 4254641.
HSL color Cylindrical-coordinate representation of color #B1EB40: hue angle of 80.35º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1EB40 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 235 | 64 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.08 |
| HSL | 80.35º | 0.81% | 0.59% | - |
| HSV(B) | 80.35º | 0.73% | 0.92% | - |
| XYZ | 48.77 | 69.13 | 15.62 | - |
| YUV | 198.16 | 52.28 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 235 | 64 | 0.25 | 0 | 0.73 | 0.08 | 80.35 | 0.81 | 0.59 |
| Hex | B1 | EB | 40 | 19 | 0 | 49 | 8 | 50 | 51 | 3B |
| Octal | 261 | 353 | 100 | 31 | 0 | 111 | 10 | 120 | 121 | 73 |
| Binary | 10110001 | 11101011 | 1000000 | 11001 | 0 | 1001001 | 1000 | 1010000 | 1010001 | 111011 |
Color Harmonies of #B1EB40
Complementary color
Monochromatic Colors of #B1EB40
Black with #B1EB40
Text Example
Text Example
White with #B1EB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EB40; }
p { color: rgb(177,235,64); }
H1.HeaderClassName
{
color: #B1EB40;
}
.AnyTagClassName
{
color: #B1EB40;
}
</style>
background-color css
<style>
a { background-color: #B1EB40; }
a { background-color: rgb(177,235,64); }
div.DivClassName
{
background-color: #B1EB40;
}
.BgClassName
{
background-color: #B1EB40;
}
</style>
border-color css
<style>
span { border-color: #B1EB40; }
span { border-color: rgb(177,235,64); }
td.TdClassName
{
border-color: #B1EB40;
}
.TagClassName
{
border-color: #B1EB40;
}
</style>