Shades of Conifer #B7D04F
Tints of Conifer #B7D04F
RGB
CMYK
RGB Variations
Color information
#B7D04F (or 0xB7D04F) is known color: Conifer. HEX triplet: B7, D0 and 4F. RGB value is (183,208,79). Sum of RGB (Red+Green+Blue) = 183+208+79=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 79 (31.25% from 255 or 16.81% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D04F is #482FB0. Grayscale: #BABABA. Windows color (decimal): -4730801 or 5230775. OLE color: 5230775.
HSL color Cylindrical-coordinate representation of color #B7D04F: hue angle of 71.63º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7D04F is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 79 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.18 |
| HSL | 71.63º | 0.58% | 0.56% | - |
| HSV(B) | 71.63º | 0.62% | 0.82% | - |
| XYZ | 43.5 | 55.74 | 15.86 | - |
| YUV | 185.82 | 67.72 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 79 | 0.12 | 0 | 0.62 | 0.18 | 71.63 | 0.58 | 0.56 |
| Hex | B7 | D0 | 4F | C | 0 | 3E | 12 | 48 | 3A | 38 |
| Octal | 267 | 320 | 117 | 14 | 0 | 76 | 22 | 110 | 72 | 70 |
| Binary | 10110111 | 11010000 | 1001111 | 1100 | 0 | 111110 | 10010 | 1001000 | 111010 | 111000 |
Color Harmonies of #B7D04F
Complementary color
Monochromatic Colors of #B7D04F
Black with #B7D04F
Text Example
Text Example
White with #B7D04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D04F; }
p { color: rgb(183,208,79); }
H1.HeaderClassName
{
color: #B7D04F;
}
.AnyTagClassName
{
color: #B7D04F;
}
</style>
background-color css
<style>
a { background-color: #B7D04F; }
a { background-color: rgb(183,208,79); }
div.DivClassName
{
background-color: #B7D04F;
}
.BgClassName
{
background-color: #B7D04F;
}
</style>
border-color css
<style>
span { border-color: #B7D04F; }
span { border-color: rgb(183,208,79); }
td.TdClassName
{
border-color: #B7D04F;
}
.TagClassName
{
border-color: #B7D04F;
}
</style>