Shades of Conifer #B5D75C
Tints of Conifer #B5D75C
RGB
CMYK
RGB Variations
Color information
#B5D75C (or 0xB5D75C) is known color: Conifer. HEX triplet: B5, D7 and 5C. RGB value is (181,215,92). Sum of RGB (Red+Green+Blue) = 181+215+92=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D75C is #4A28A3. Grayscale: #BFBFBF. Windows color (decimal): -4860068 or 6084533. OLE color: 6084533.
HSL color Cylindrical-coordinate representation of color #B5D75C: hue angle of 76.59º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5D75C is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 215 | 92 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.16 |
| HSL | 76.59º | 0.61% | 0.6% | - |
| HSV(B) | 76.59º | 0.57% | 0.84% | - |
| XYZ | 45.29 | 59.2 | 19.16 | - |
| YUV | 190.81 | 72.24 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 215 | 92 | 0.16 | 0 | 0.57 | 0.16 | 76.59 | 0.61 | 0.6 |
| Hex | B5 | D7 | 5C | 10 | 0 | 39 | 10 | 4D | 3D | 3C |
| Octal | 265 | 327 | 134 | 20 | 0 | 71 | 20 | 115 | 75 | 74 |
| Binary | 10110101 | 11010111 | 1011100 | 10000 | 0 | 111001 | 10000 | 1001101 | 111101 | 111100 |
Color Harmonies of #B5D75C
Complementary color
Monochromatic Colors of #B5D75C
Black with #B5D75C
Text Example
Text Example
White with #B5D75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D75C; }
p { color: rgb(181,215,92); }
H1.HeaderClassName
{
color: #B5D75C;
}
.AnyTagClassName
{
color: #B5D75C;
}
</style>
background-color css
<style>
a { background-color: #B5D75C; }
a { background-color: rgb(181,215,92); }
div.DivClassName
{
background-color: #B5D75C;
}
.BgClassName
{
background-color: #B5D75C;
}
</style>
border-color css
<style>
span { border-color: #B5D75C; }
span { border-color: rgb(181,215,92); }
td.TdClassName
{
border-color: #B5D75C;
}
.TagClassName
{
border-color: #B5D75C;
}
</style>