Shades of Conifer #B7D34D
Tints of Conifer #B7D34D
RGB
CMYK
RGB Variations
Color information
#B7D34D (or 0xB7D34D) is known color: Conifer. HEX triplet: B7, D3 and 4D. RGB value is (183,211,77). Sum of RGB (Red+Green+Blue) = 183+211+77=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D34D is #482CB2. Grayscale: #BBBBBB. Windows color (decimal): -4730035 or 5100471. OLE color: 5100471.
HSL color Cylindrical-coordinate representation of color #B7D34D: hue angle of 72.54º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7D34D is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 211 | 77 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.17 |
| HSL | 72.54º | 0.6% | 0.56% | - |
| HSV(B) | 72.54º | 0.64% | 0.83% | - |
| XYZ | 44.16 | 57.19 | 15.73 | - |
| YUV | 187.35 | 65.72 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 211 | 77 | 0.13 | 0 | 0.64 | 0.17 | 72.54 | 0.6 | 0.56 |
| Hex | B7 | D3 | 4D | D | 0 | 40 | 11 | 49 | 3C | 38 |
| Octal | 267 | 323 | 115 | 15 | 0 | 100 | 21 | 111 | 74 | 70 |
| Binary | 10110111 | 11010011 | 1001101 | 1101 | 0 | 1000000 | 10001 | 1001001 | 111100 | 111000 |
Color Harmonies of #B7D34D
Complementary color
Monochromatic Colors of #B7D34D
Black with #B7D34D
Text Example
Text Example
White with #B7D34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D34D; }
p { color: rgb(183,211,77); }
H1.HeaderClassName
{
color: #B7D34D;
}
.AnyTagClassName
{
color: #B7D34D;
}
</style>
background-color css
<style>
a { background-color: #B7D34D; }
a { background-color: rgb(183,211,77); }
div.DivClassName
{
background-color: #B7D34D;
}
.BgClassName
{
background-color: #B7D34D;
}
</style>
border-color css
<style>
span { border-color: #B7D34D; }
span { border-color: rgb(183,211,77); }
td.TdClassName
{
border-color: #B7D34D;
}
.TagClassName
{
border-color: #B7D34D;
}
</style>