Shades of Conifer #B5E358
Tints of Conifer #B5E358
RGB
CMYK
RGB Variations
Color information
#B5E358 (or 0xB5E358) is known color: Conifer. HEX triplet: B5, E3 and 58. RGB value is (181,227,88). Sum of RGB (Red+Green+Blue) = 181+227+88=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E358 is #4A1CA7. Grayscale: #C5C5C5. Windows color (decimal): -4857000 or 5825461. OLE color: 5825461.
HSL color Cylindrical-coordinate representation of color #B5E358: hue angle of 79.86º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5E358 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 227 | 88 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.11 |
| HSL | 79.86º | 0.71% | 0.62% | - |
| HSV(B) | 79.86º | 0.61% | 0.89% | - |
| XYZ | 48.29 | 65.47 | 19.32 | - |
| YUV | 197.4 | 66.26 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 88 | 0.20 | 0 | 0.61 | 0.11 | 79.86 | 0.71 | 0.62 |
| Hex | B5 | E3 | 58 | 14 | 0 | 3D | B | 50 | 47 | 3E |
| Octal | 265 | 343 | 130 | 24 | 0 | 75 | 13 | 120 | 107 | 76 |
| Binary | 10110101 | 11100011 | 1011000 | 10100 | 0 | 111101 | 1011 | 1010000 | 1000111 | 111110 |
Color Harmonies of #B5E358
Complementary color
Monochromatic Colors of #B5E358
Black with #B5E358
Text Example
Text Example
White with #B5E358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E358; }
p { color: rgb(181,227,88); }
H1.HeaderClassName
{
color: #B5E358;
}
.AnyTagClassName
{
color: #B5E358;
}
</style>
background-color css
<style>
a { background-color: #B5E358; }
a { background-color: rgb(181,227,88); }
div.DivClassName
{
background-color: #B5E358;
}
.BgClassName
{
background-color: #B5E358;
}
</style>
border-color css
<style>
span { border-color: #B5E358; }
span { border-color: rgb(181,227,88); }
td.TdClassName
{
border-color: #B5E358;
}
.TagClassName
{
border-color: #B5E358;
}
</style>