Shades of Conifer #B5D758
Tints of Conifer #B5D758
RGB
CMYK
RGB Variations
Color information
#B5D758 (or 0xB5D758) is known color: Conifer. HEX triplet: B5, D7 and 58. RGB value is (181,215,88). Sum of RGB (Red+Green+Blue) = 181+215+88=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 88 (34.77% from 255 or 18.18% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D758 is #4A28A7. Grayscale: #BEBEBE. Windows color (decimal): -4860072 or 5822389. OLE color: 5822389.
HSL color Cylindrical-coordinate representation of color #B5D758: hue angle of 76.06º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5D758 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 215 | 88 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.16 |
| HSL | 76.06º | 0.61% | 0.59% | - |
| HSV(B) | 76.06º | 0.59% | 0.84% | - |
| XYZ | 45.12 | 59.13 | 18.27 | - |
| YUV | 190.36 | 70.24 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 215 | 88 | 0.16 | 0 | 0.59 | 0.16 | 76.06 | 0.61 | 0.59 |
| Hex | B5 | D7 | 58 | 10 | 0 | 3B | 10 | 4C | 3D | 3B |
| Octal | 265 | 327 | 130 | 20 | 0 | 73 | 20 | 114 | 75 | 73 |
| Binary | 10110101 | 11010111 | 1011000 | 10000 | 0 | 111011 | 10000 | 1001100 | 111101 | 111011 |
Color Harmonies of #B5D758
Complementary color
Monochromatic Colors of #B5D758
Black with #B5D758
Text Example
Text Example
White with #B5D758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D758; }
p { color: rgb(181,215,88); }
H1.HeaderClassName
{
color: #B5D758;
}
.AnyTagClassName
{
color: #B5D758;
}
</style>
background-color css
<style>
a { background-color: #B5D758; }
a { background-color: rgb(181,215,88); }
div.DivClassName
{
background-color: #B5D758;
}
.BgClassName
{
background-color: #B5D758;
}
</style>
border-color css
<style>
span { border-color: #B5D758; }
span { border-color: rgb(181,215,88); }
td.TdClassName
{
border-color: #B5D758;
}
.TagClassName
{
border-color: #B5D758;
}
</style>