Shades of Conifer #B1E360
Tints of Conifer #B1E360
RGB
CMYK
RGB Variations
Color information
#B1E360 (or 0xB1E360) is known color: Conifer. HEX triplet: B1, E3 and 60. RGB value is (177,227,96). Sum of RGB (Red+Green+Blue) = 177+227+96=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E360 is #4E1C9F. Grayscale: #C5C5C5. Windows color (decimal): -5119136 or 6349745. OLE color: 6349745.
HSL color Cylindrical-coordinate representation of color #B1E360: hue angle of 82.9º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1E360 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 227 | 96 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.11 |
| HSL | 82.9º | 0.7% | 0.63% | - |
| HSV(B) | 82.9º | 0.58% | 0.89% | - |
| XYZ | 47.71 | 65.13 | 21.12 | - |
| YUV | 197.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 227 | 96 | 0.22 | 0 | 0.58 | 0.11 | 82.9 | 0.7 | 0.63 |
| Hex | B1 | E3 | 60 | 16 | 0 | 3A | B | 53 | 46 | 3F |
| Octal | 261 | 343 | 140 | 26 | 0 | 72 | 13 | 123 | 106 | 77 |
| Binary | 10110001 | 11100011 | 1100000 | 10110 | 0 | 111010 | 1011 | 1010011 | 1000110 | 111111 |
Color Harmonies of #B1E360
Complementary color
Monochromatic Colors of #B1E360
Black with #B1E360
Text Example
Text Example
White with #B1E360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E360; }
p { color: rgb(177,227,96); }
H1.HeaderClassName
{
color: #B1E360;
}
.AnyTagClassName
{
color: #B1E360;
}
</style>
background-color css
<style>
a { background-color: #B1E360; }
a { background-color: rgb(177,227,96); }
div.DivClassName
{
background-color: #B1E360;
}
.BgClassName
{
background-color: #B1E360;
}
</style>
border-color css
<style>
span { border-color: #B1E360; }
span { border-color: rgb(177,227,96); }
td.TdClassName
{
border-color: #B1E360;
}
.TagClassName
{
border-color: #B1E360;
}
</style>