Shades of Conifer #B5E362
Tints of Conifer #B5E362
RGB
CMYK
RGB Variations
Color information
#B5E362 (or 0xB5E362) is known color: Conifer. HEX triplet: B5, E3 and 62. RGB value is (181,227,98). Sum of RGB (Red+Green+Blue) = 181+227+98=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E362 is #4A1C9D. Grayscale: #C7C7C7. Windows color (decimal): -4856990 or 6480821. OLE color: 6480821.
HSL color Cylindrical-coordinate representation of color #B5E362: hue angle of 81.4º 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 #B5E362 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 227 | 98 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.11 |
| HSL | 81.4º | 0.7% | 0.64% | - |
| HSV(B) | 81.4º | 0.57% | 0.89% | - |
| XYZ | 48.73 | 65.64 | 21.66 | - |
| YUV | 198.54 | 71.26 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 98 | 0.20 | 0 | 0.57 | 0.11 | 81.4 | 0.7 | 0.64 |
| Hex | B5 | E3 | 62 | 14 | 0 | 39 | B | 51 | 46 | 40 |
| Octal | 265 | 343 | 142 | 24 | 0 | 71 | 13 | 121 | 106 | 100 |
| Binary | 10110101 | 11100011 | 1100010 | 10100 | 0 | 111001 | 1011 | 1010001 | 1000110 | 1000000 |
Color Harmonies of #B5E362
Complementary color
Monochromatic Colors of #B5E362
Black with #B5E362
Text Example
Text Example
White with #B5E362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E362; }
p { color: rgb(181,227,98); }
H1.HeaderClassName
{
color: #B5E362;
}
.AnyTagClassName
{
color: #B5E362;
}
</style>
background-color css
<style>
a { background-color: #B5E362; }
a { background-color: rgb(181,227,98); }
div.DivClassName
{
background-color: #B5E362;
}
.BgClassName
{
background-color: #B5E362;
}
</style>
border-color css
<style>
span { border-color: #B5E362; }
span { border-color: rgb(181,227,98); }
td.TdClassName
{
border-color: #B5E362;
}
.TagClassName
{
border-color: #B5E362;
}
</style>