Shades of Conifer #B5D35E
Tints of Conifer #B5D35E
RGB
CMYK
RGB Variations
Color information
#B5D35E (or 0xB5D35E) is known color: Conifer. HEX triplet: B5, D3 and 5E. RGB value is (181,211,94). Sum of RGB (Red+Green+Blue) = 181+211+94=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D35E is #4A2CA1. Grayscale: #BDBDBD. Windows color (decimal): -4861090 or 6214581. OLE color: 6214581.
HSL color Cylindrical-coordinate representation of color #B5D35E: hue angle of 75.38º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5D35E is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 94 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.17 |
| HSL | 75.38º | 0.57% | 0.6% | - |
| HSV(B) | 75.38º | 0.55% | 0.83% | - |
| XYZ | 44.37 | 57.22 | 19.3 | - |
| YUV | 188.69 | 74.56 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 94 | 0.14 | 0 | 0.55 | 0.17 | 75.38 | 0.57 | 0.6 |
| Hex | B5 | D3 | 5E | E | 0 | 37 | 11 | 4B | 39 | 3C |
| Octal | 265 | 323 | 136 | 16 | 0 | 67 | 21 | 113 | 71 | 74 |
| Binary | 10110101 | 11010011 | 1011110 | 1110 | 0 | 110111 | 10001 | 1001011 | 111001 | 111100 |
Color Harmonies of #B5D35E
Complementary color
Monochromatic Colors of #B5D35E
Black with #B5D35E
Text Example
Text Example
White with #B5D35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D35E; }
p { color: rgb(181,211,94); }
H1.HeaderClassName
{
color: #B5D35E;
}
.AnyTagClassName
{
color: #B5D35E;
}
</style>
background-color css
<style>
a { background-color: #B5D35E; }
a { background-color: rgb(181,211,94); }
div.DivClassName
{
background-color: #B5D35E;
}
.BgClassName
{
background-color: #B5D35E;
}
</style>
border-color css
<style>
span { border-color: #B5D35E; }
span { border-color: rgb(181,211,94); }
td.TdClassName
{
border-color: #B5D35E;
}
.TagClassName
{
border-color: #B5D35E;
}
</style>