Shades of Conifer #B5D85D
Tints of Conifer #B5D85D
RGB
CMYK
RGB Variations
Color information
#B5D85D (or 0xB5D85D) is known color: Conifer. HEX triplet: B5, D8 and 5D. RGB value is (181,216,93). Sum of RGB (Red+Green+Blue) = 181+216+93=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D85D is #4A27A2. Grayscale: #BFBFBF. Windows color (decimal): -4859811 or 6150325. OLE color: 6150325.
HSL color Cylindrical-coordinate representation of color #B5D85D: hue angle of 77.07º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5D85D is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 93 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.15 |
| HSL | 77.07º | 0.61% | 0.61% | - |
| HSV(B) | 77.07º | 0.57% | 0.85% | - |
| XYZ | 45.59 | 59.73 | 19.48 | - |
| YUV | 191.51 | 72.4 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 93 | 0.16 | 0 | 0.57 | 0.15 | 77.07 | 0.61 | 0.61 |
| Hex | B5 | D8 | 5D | 10 | 0 | 39 | F | 4D | 3D | 3D |
| Octal | 265 | 330 | 135 | 20 | 0 | 71 | 17 | 115 | 75 | 75 |
| Binary | 10110101 | 11011000 | 1011101 | 10000 | 0 | 111001 | 1111 | 1001101 | 111101 | 111101 |
Color Harmonies of #B5D85D
Complementary color
Monochromatic Colors of #B5D85D
Black with #B5D85D
Text Example
Text Example
White with #B5D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D85D; }
p { color: rgb(181,216,93); }
H1.HeaderClassName
{
color: #B5D85D;
}
.AnyTagClassName
{
color: #B5D85D;
}
</style>
background-color css
<style>
a { background-color: #B5D85D; }
a { background-color: rgb(181,216,93); }
div.DivClassName
{
background-color: #B5D85D;
}
.BgClassName
{
background-color: #B5D85D;
}
</style>
border-color css
<style>
span { border-color: #B5D85D; }
span { border-color: rgb(181,216,93); }
td.TdClassName
{
border-color: #B5D85D;
}
.TagClassName
{
border-color: #B5D85D;
}
</style>