Shades of Conifer #B7D75F
Tints of Conifer #B7D75F
RGB
CMYK
RGB Variations
Color information
#B7D75F (or 0xB7D75F) is known color: Conifer. HEX triplet: B7, D7 and 5F. RGB value is (183,215,95). Sum of RGB (Red+Green+Blue) = 183+215+95=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D75F is #4828A0. Grayscale: #C0C0C0. Windows color (decimal): -4728993 or 6281143. OLE color: 6281143.
HSL color Cylindrical-coordinate representation of color #B7D75F: hue angle of 76º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7D75F is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 215 | 95 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.16 |
| HSL | 76º | 0.6% | 0.61% | - |
| HSV(B) | 76º | 0.56% | 0.84% | - |
| XYZ | 45.89 | 59.49 | 19.89 | - |
| YUV | 191.75 | 73.4 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 215 | 95 | 0.15 | 0 | 0.56 | 0.16 | 76 | 0.6 | 0.61 |
| Hex | B7 | D7 | 5F | F | 0 | 38 | 10 | 4C | 3C | 3D |
| Octal | 267 | 327 | 137 | 17 | 0 | 70 | 20 | 114 | 74 | 75 |
| Binary | 10110111 | 11010111 | 1011111 | 1111 | 0 | 111000 | 10000 | 1001100 | 111100 | 111101 |
Color Harmonies of #B7D75F
Complementary color
Monochromatic Colors of #B7D75F
Black with #B7D75F
Text Example
Text Example
White with #B7D75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D75F; }
p { color: rgb(183,215,95); }
H1.HeaderClassName
{
color: #B7D75F;
}
.AnyTagClassName
{
color: #B7D75F;
}
</style>
background-color css
<style>
a { background-color: #B7D75F; }
a { background-color: rgb(183,215,95); }
div.DivClassName
{
background-color: #B7D75F;
}
.BgClassName
{
background-color: #B7D75F;
}
</style>
border-color css
<style>
span { border-color: #B7D75F; }
span { border-color: rgb(183,215,95); }
td.TdClassName
{
border-color: #B7D75F;
}
.TagClassName
{
border-color: #B7D75F;
}
</style>