Shades of Conifer #B5D258
Tints of Conifer #B5D258
RGB
CMYK
RGB Variations
Color information
#B5D258 (or 0xB5D258) is known color: Conifer. HEX triplet: B5, D2 and 58. RGB value is (181,210,88). Sum of RGB (Red+Green+Blue) = 181+210+88=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 88 (34.77% from 255 or 18.37% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D258 is #4A2DA7. Grayscale: #BBBBBB. Windows color (decimal): -4861352 or 5821109. OLE color: 5821109.
HSL color Cylindrical-coordinate representation of color #B5D258: hue angle of 74.26º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5D258 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 88 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.18 |
| HSL | 74.26º | 0.58% | 0.58% | - |
| HSV(B) | 74.26º | 0.58% | 0.82% | - |
| XYZ | 43.86 | 56.62 | 17.85 | - |
| YUV | 187.42 | 71.89 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 88 | 0.14 | 0 | 0.58 | 0.18 | 74.26 | 0.58 | 0.58 |
| Hex | B5 | D2 | 58 | E | 0 | 3A | 12 | 4A | 3A | 3A |
| Octal | 265 | 322 | 130 | 16 | 0 | 72 | 22 | 112 | 72 | 72 |
| Binary | 10110101 | 11010010 | 1011000 | 1110 | 0 | 111010 | 10010 | 1001010 | 111010 | 111010 |
Color Harmonies of #B5D258
Complementary color
Monochromatic Colors of #B5D258
Black with #B5D258
Text Example
Text Example
White with #B5D258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D258; }
p { color: rgb(181,210,88); }
H1.HeaderClassName
{
color: #B5D258;
}
.AnyTagClassName
{
color: #B5D258;
}
</style>
background-color css
<style>
a { background-color: #B5D258; }
a { background-color: rgb(181,210,88); }
div.DivClassName
{
background-color: #B5D258;
}
.BgClassName
{
background-color: #B5D258;
}
</style>
border-color css
<style>
span { border-color: #B5D258; }
span { border-color: rgb(181,210,88); }
td.TdClassName
{
border-color: #B5D258;
}
.TagClassName
{
border-color: #B5D258;
}
</style>