Shades of Conifer #B5E361
Tints of Conifer #B5E361
RGB
CMYK
RGB Variations
Color information
#B5E361 (or 0xB5E361) is known color: Conifer. HEX triplet: B5, E3 and 61. RGB value is (181,227,97). Sum of RGB (Red+Green+Blue) = 181+227+97=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E361 is #4A1C9E. Grayscale: #C6C6C6. Windows color (decimal): -4856991 or 6415285. OLE color: 6415285.
HSL color Cylindrical-coordinate representation of color #B5E361: hue angle of 81.23º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5E361 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 227 | 97 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.11 |
| HSL | 81.23º | 0.7% | 0.64% | - |
| HSV(B) | 81.23º | 0.57% | 0.89% | - |
| XYZ | 48.68 | 65.63 | 21.41 | - |
| YUV | 198.43 | 70.76 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 97 | 0.20 | 0 | 0.57 | 0.11 | 81.23 | 0.7 | 0.64 |
| Hex | B5 | E3 | 61 | 14 | 0 | 39 | B | 51 | 46 | 40 |
| Octal | 265 | 343 | 141 | 24 | 0 | 71 | 13 | 121 | 106 | 100 |
| Binary | 10110101 | 11100011 | 1100001 | 10100 | 0 | 111001 | 1011 | 1010001 | 1000110 | 1000000 |
Color Harmonies of #B5E361
Complementary color
Monochromatic Colors of #B5E361
Black with #B5E361
Text Example
Text Example
White with #B5E361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E361; }
p { color: rgb(181,227,97); }
H1.HeaderClassName
{
color: #B5E361;
}
.AnyTagClassName
{
color: #B5E361;
}
</style>
background-color css
<style>
a { background-color: #B5E361; }
a { background-color: rgb(181,227,97); }
div.DivClassName
{
background-color: #B5E361;
}
.BgClassName
{
background-color: #B5E361;
}
</style>
border-color css
<style>
span { border-color: #B5E361; }
span { border-color: rgb(181,227,97); }
td.TdClassName
{
border-color: #B5E361;
}
.TagClassName
{
border-color: #B5E361;
}
</style>