Shades of Conifer #B1E560
Tints of Conifer #B1E560
RGB
CMYK
RGB Variations
Color information
#B1E560 (or 0xB1E560) is known color: Conifer. HEX triplet: B1, E5 and 60. RGB value is (177,229,96). Sum of RGB (Red+Green+Blue) = 177+229+96=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #B1E560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E560 is #4E1A9F. Grayscale: #C6C6C6. Windows color (decimal): -5118624 or 6350257. OLE color: 6350257.
HSL color Cylindrical-coordinate representation of color #B1E560: hue angle of 83.46º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1E560 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 229 | 96 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.10 |
| HSL | 83.46º | 0.72% | 0.64% | - |
| HSV(B) | 83.46º | 0.58% | 0.9% | - |
| XYZ | 48.26 | 66.23 | 21.31 | - |
| YUV | 198.29 | 70.27 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 229 | 96 | 0.23 | 0 | 0.58 | 0.10 | 83.46 | 0.72 | 0.64 |
| Hex | B1 | E5 | 60 | 17 | 0 | 3A | A | 53 | 48 | 40 |
| Octal | 261 | 345 | 140 | 27 | 0 | 72 | 12 | 123 | 110 | 100 |
| Binary | 10110001 | 11100101 | 1100000 | 10111 | 0 | 111010 | 1010 | 1010011 | 1001000 | 1000000 |
Color Harmonies of #B1E560
Complementary color
Monochromatic Colors of #B1E560
Black with #B1E560
Text Example
Text Example
White with #B1E560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E560; }
p { color: rgb(177,229,96); }
H1.HeaderClassName
{
color: #B1E560;
}
.AnyTagClassName
{
color: #B1E560;
}
</style>
background-color css
<style>
a { background-color: #B1E560; }
a { background-color: rgb(177,229,96); }
div.DivClassName
{
background-color: #B1E560;
}
.BgClassName
{
background-color: #B1E560;
}
</style>
border-color css
<style>
span { border-color: #B1E560; }
span { border-color: rgb(177,229,96); }
td.TdClassName
{
border-color: #B1E560;
}
.TagClassName
{
border-color: #B1E560;
}
</style>