Shades of Conifer #B5E965
Tints of Conifer #B5E965
RGB
CMYK
RGB Variations
Color information
#B5E965 (or 0xB5E965) is known color: Conifer. HEX triplet: B5, E9 and 65. RGB value is (181,233,101). Sum of RGB (Red+Green+Blue) = 181+233+101=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5E965 is #4A169A. Grayscale: #CACACA. Windows color (decimal): -4855451 or 6678965. OLE color: 6678965.
HSL color Cylindrical-coordinate representation of color #B5E965: hue angle of 83.64º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5E965 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 233 | 101 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.09 |
| HSL | 83.64º | 0.75% | 0.65% | - |
| HSV(B) | 83.64º | 0.57% | 0.91% | - |
| XYZ | 50.54 | 69.04 | 22.97 | - |
| YUV | 202.4 | 70.77 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 233 | 101 | 0.22 | 0 | 0.57 | 0.09 | 83.64 | 0.75 | 0.65 |
| Hex | B5 | E9 | 65 | 16 | 0 | 39 | 9 | 54 | 4B | 41 |
| Octal | 265 | 351 | 145 | 26 | 0 | 71 | 11 | 124 | 113 | 101 |
| Binary | 10110101 | 11101001 | 1100101 | 10110 | 0 | 111001 | 1001 | 1010100 | 1001011 | 1000001 |
Color Harmonies of #B5E965
Complementary color
Monochromatic Colors of #B5E965
Black with #B5E965
Text Example
Text Example
White with #B5E965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E965; }
p { color: rgb(181,233,101); }
H1.HeaderClassName
{
color: #B5E965;
}
.AnyTagClassName
{
color: #B5E965;
}
</style>
background-color css
<style>
a { background-color: #B5E965; }
a { background-color: rgb(181,233,101); }
div.DivClassName
{
background-color: #B5E965;
}
.BgClassName
{
background-color: #B5E965;
}
</style>
border-color css
<style>
span { border-color: #B5E965; }
span { border-color: rgb(181,233,101); }
td.TdClassName
{
border-color: #B5E965;
}
.TagClassName
{
border-color: #B5E965;
}
</style>