Shades of Conifer #B5E36A
Tints of Conifer #B5E36A
RGB
CMYK
RGB Variations
Color information
#B5E36A (or 0xB5E36A) is known color: Conifer. HEX triplet: B5, E3 and 6A. RGB value is (181,227,106). Sum of RGB (Red+Green+Blue) = 181+227+106=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E36A is #4A1C95. Grayscale: #C7C7C7. Windows color (decimal): -4856982 or 7005109. OLE color: 7005109.
HSL color Cylindrical-coordinate representation of color #B5E36A: hue angle of 82.81º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5E36A is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 227 | 106 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.11 |
| HSL | 82.81º | 0.68% | 0.65% | - |
| HSV(B) | 82.81º | 0.53% | 0.89% | - |
| XYZ | 49.13 | 65.8 | 23.75 | - |
| YUV | 199.45 | 75.26 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 106 | 0.20 | 0 | 0.53 | 0.11 | 82.81 | 0.68 | 0.65 |
| Hex | B5 | E3 | 6A | 14 | 0 | 35 | B | 53 | 44 | 41 |
| Octal | 265 | 343 | 152 | 24 | 0 | 65 | 13 | 123 | 104 | 101 |
| Binary | 10110101 | 11100011 | 1101010 | 10100 | 0 | 110101 | 1011 | 1010011 | 1000100 | 1000001 |
Color Harmonies of #B5E36A
Complementary color
Monochromatic Colors of #B5E36A
Black with #B5E36A
Text Example
Text Example
White with #B5E36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E36A; }
p { color: rgb(181,227,106); }
H1.HeaderClassName
{
color: #B5E36A;
}
.AnyTagClassName
{
color: #B5E36A;
}
</style>
background-color css
<style>
a { background-color: #B5E36A; }
a { background-color: rgb(181,227,106); }
div.DivClassName
{
background-color: #B5E36A;
}
.BgClassName
{
background-color: #B5E36A;
}
</style>
border-color css
<style>
span { border-color: #B5E36A; }
span { border-color: rgb(181,227,106); }
td.TdClassName
{
border-color: #B5E36A;
}
.TagClassName
{
border-color: #B5E36A;
}
</style>