Shades of Conifer #B5E365
Tints of Conifer #B5E365
RGB
CMYK
RGB Variations
Color information
#B5E365 (or 0xB5E365) is known color: Conifer. HEX triplet: B5, E3 and 65. RGB value is (181,227,101). Sum of RGB (Red+Green+Blue) = 181+227+101=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E365 is #4A1C9A. Grayscale: #C7C7C7. Windows color (decimal): -4856987 or 6677429. OLE color: 6677429.
HSL color Cylindrical-coordinate representation of color #B5E365: hue angle of 81.9º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5E365 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
RGB | 181 | 227 | 101 | - |
CMYK | 0.20 | 0 | 0.56 | 0.11 |
HSL | 81.9º | 0.69% | 0.64% | - |
HSV(B) | 81.9º | 0.56% | 0.89% | - |
XYZ | 48.87 | 65.7 | 22.42 | - |
YUV | 198.88 | 72.76 | 115.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 227 | 101 | 0.20 | 0 | 0.56 | 0.11 | 81.9 | 0.69 | 0.64 |
Hex | B5 | E3 | 65 | 14 | 0 | 38 | B | 52 | 45 | 40 |
Octal | 265 | 343 | 145 | 24 | 0 | 70 | 13 | 122 | 105 | 100 |
Binary | 10110101 | 11100011 | 1100101 | 10100 | 0 | 111000 | 1011 | 1010010 | 1000101 | 1000000 |
Color Harmonies of #B5E365
Complementary color
Monochromatic Colors of #B5E365
Black with #B5E365
Text Example
Text Example
White with #B5E365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E365; }
p { color: rgb(181,227,101); }
H1.HeaderClassName
{
color: #B5E365;
}
.AnyTagClassName
{
color: #B5E365;
}
</style>
background-color css
<style>
a { background-color: #B5E365; }
a { background-color: rgb(181,227,101); }
div.DivClassName
{
background-color: #B5E365;
}
.BgClassName
{
background-color: #B5E365;
}
</style>
border-color css
<style>
span { border-color: #B5E365; }
span { border-color: rgb(181,227,101); }
td.TdClassName
{
border-color: #B5E365;
}
.TagClassName
{
border-color: #B5E365;
}
</style>