Shades of Conifer #B7D55F
Tints of Conifer #B7D55F
RGB
CMYK
RGB Variations
Color information
#B7D55F (or 0xB7D55F) is known color: Conifer. HEX triplet: B7, D5 and 5F. RGB value is (183,213,95). Sum of RGB (Red+Green+Blue) = 183+213+95=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D55F is #482AA0. Grayscale: #BFBFBF. Windows color (decimal): -4729505 or 6280631. OLE color: 6280631.
HSL color Cylindrical-coordinate representation of color #B7D55F: hue angle of 75.25º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7D55F is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 95 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.16 |
| HSL | 75.25º | 0.58% | 0.6% | - |
| HSV(B) | 75.25º | 0.55% | 0.84% | - |
| XYZ | 45.39 | 58.48 | 19.72 | - |
| YUV | 190.58 | 74.06 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 95 | 0.14 | 0 | 0.55 | 0.16 | 75.25 | 0.58 | 0.6 |
| Hex | B7 | D5 | 5F | E | 0 | 37 | 10 | 4B | 3A | 3C |
| Octal | 267 | 325 | 137 | 16 | 0 | 67 | 20 | 113 | 72 | 74 |
| Binary | 10110111 | 11010101 | 1011111 | 1110 | 0 | 110111 | 10000 | 1001011 | 111010 | 111100 |
Color Harmonies of #B7D55F
Complementary color
Monochromatic Colors of #B7D55F
Black with #B7D55F
Text Example
Text Example
White with #B7D55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D55F; }
p { color: rgb(183,213,95); }
H1.HeaderClassName
{
color: #B7D55F;
}
.AnyTagClassName
{
color: #B7D55F;
}
</style>
background-color css
<style>
a { background-color: #B7D55F; }
a { background-color: rgb(183,213,95); }
div.DivClassName
{
background-color: #B7D55F;
}
.BgClassName
{
background-color: #B7D55F;
}
</style>
border-color css
<style>
span { border-color: #B7D55F; }
span { border-color: rgb(183,213,95); }
td.TdClassName
{
border-color: #B7D55F;
}
.TagClassName
{
border-color: #B7D55F;
}
</style>