Shades of Conifer #B1EB64
Tints of Conifer #B1EB64
RGB
CMYK
RGB Variations
Color information
#B1EB64 (or 0xB1EB64) is known color: Conifer. HEX triplet: B1, EB and 64. RGB value is (177,235,100). Sum of RGB (Red+Green+Blue) = 177+235+100=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EB64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1EB64 is #4E149B. Grayscale: #CACACA. Windows color (decimal): -5117084 or 6613937. OLE color: 6613937.
HSL color Cylindrical-coordinate representation of color #B1EB64: hue angle of 85.78º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1EB64 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 235 | 100 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.08 |
| HSL | 85.78º | 0.77% | 0.66% | - |
| HSV(B) | 85.78º | 0.57% | 0.92% | - |
| XYZ | 50.14 | 69.68 | 22.86 | - |
| YUV | 202.27 | 70.28 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 235 | 100 | 0.25 | 0 | 0.57 | 0.08 | 85.78 | 0.77 | 0.66 |
| Hex | B1 | EB | 64 | 19 | 0 | 39 | 8 | 56 | 4D | 42 |
| Octal | 261 | 353 | 144 | 31 | 0 | 71 | 10 | 126 | 115 | 102 |
| Binary | 10110001 | 11101011 | 1100100 | 11001 | 0 | 111001 | 1000 | 1010110 | 1001101 | 1000010 |
Color Harmonies of #B1EB64
Complementary color
Monochromatic Colors of #B1EB64
Black with #B1EB64
Text Example
Text Example
White with #B1EB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EB64; }
p { color: rgb(177,235,100); }
H1.HeaderClassName
{
color: #B1EB64;
}
.AnyTagClassName
{
color: #B1EB64;
}
</style>
background-color css
<style>
a { background-color: #B1EB64; }
a { background-color: rgb(177,235,100); }
div.DivClassName
{
background-color: #B1EB64;
}
.BgClassName
{
background-color: #B1EB64;
}
</style>
border-color css
<style>
span { border-color: #B1EB64; }
span { border-color: rgb(177,235,100); }
td.TdClassName
{
border-color: #B1EB64;
}
.TagClassName
{
border-color: #B1EB64;
}
</style>