Shades of Conifer #B4D75C
Tints of Conifer #B4D75C
RGB
CMYK
RGB Variations
Color information
#B4D75C (or 0xB4D75C) is known color: Conifer. HEX triplet: B4, D7 and 5C. RGB value is (180,215,92). Sum of RGB (Red+Green+Blue) = 180+215+92=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D75C is #4B28A3. Grayscale: #BEBEBE. Windows color (decimal): -4925604 or 6084532. OLE color: 6084532.
HSL color Cylindrical-coordinate representation of color #B4D75C: hue angle of 77.07º 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 #B4D75C is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 215 | 92 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.16 |
| HSL | 77.07º | 0.61% | 0.6% | - |
| HSV(B) | 77.07º | 0.57% | 0.84% | - |
| XYZ | 45.05 | 59.08 | 19.15 | - |
| YUV | 190.51 | 72.4 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 215 | 92 | 0.16 | 0 | 0.57 | 0.16 | 77.07 | 0.61 | 0.6 |
| Hex | B4 | D7 | 5C | 10 | 0 | 39 | 10 | 4D | 3D | 3C |
| Octal | 264 | 327 | 134 | 20 | 0 | 71 | 20 | 115 | 75 | 74 |
| Binary | 10110100 | 11010111 | 1011100 | 10000 | 0 | 111001 | 10000 | 1001101 | 111101 | 111100 |
Color Harmonies of #B4D75C
Complementary color
Monochromatic Colors of #B4D75C
Black with #B4D75C
Text Example
Text Example
White with #B4D75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D75C; }
p { color: rgb(180,215,92); }
H1.HeaderClassName
{
color: #B4D75C;
}
.AnyTagClassName
{
color: #B4D75C;
}
</style>
background-color css
<style>
a { background-color: #B4D75C; }
a { background-color: rgb(180,215,92); }
div.DivClassName
{
background-color: #B4D75C;
}
.BgClassName
{
background-color: #B4D75C;
}
</style>
border-color css
<style>
span { border-color: #B4D75C; }
span { border-color: rgb(180,215,92); }
td.TdClassName
{
border-color: #B4D75C;
}
.TagClassName
{
border-color: #B4D75C;
}
</style>