Shades of Conifer #B7D64C
Tints of Conifer #B7D64C
RGB
CMYK
RGB Variations
Color information
#B7D64C (or 0xB7D64C) is known color: Conifer. HEX triplet: B7, D6 and 4C. RGB value is (183,214,76). Sum of RGB (Red+Green+Blue) = 183+214+76=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D64C is #4829B3. Grayscale: #BDBDBD. Windows color (decimal): -4729268 or 5035703. OLE color: 5035703.
HSL color Cylindrical-coordinate representation of color #B7D64C: hue angle of 73.48º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7D64C is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 76 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.16 |
| HSL | 73.48º | 0.63% | 0.57% | - |
| HSV(B) | 73.48º | 0.64% | 0.84% | - |
| XYZ | 44.88 | 58.68 | 15.8 | - |
| YUV | 189 | 64.23 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 76 | 0.14 | 0 | 0.64 | 0.16 | 73.48 | 0.63 | 0.57 |
| Hex | B7 | D6 | 4C | E | 0 | 40 | 10 | 49 | 3F | 39 |
| Octal | 267 | 326 | 114 | 16 | 0 | 100 | 20 | 111 | 77 | 71 |
| Binary | 10110111 | 11010110 | 1001100 | 1110 | 0 | 1000000 | 10000 | 1001001 | 111111 | 111001 |
Color Harmonies of #B7D64C
Complementary color
Monochromatic Colors of #B7D64C
Black with #B7D64C
Text Example
Text Example
White with #B7D64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D64C; }
p { color: rgb(183,214,76); }
H1.HeaderClassName
{
color: #B7D64C;
}
.AnyTagClassName
{
color: #B7D64C;
}
</style>
background-color css
<style>
a { background-color: #B7D64C; }
a { background-color: rgb(183,214,76); }
div.DivClassName
{
background-color: #B7D64C;
}
.BgClassName
{
background-color: #B7D64C;
}
</style>
border-color css
<style>
span { border-color: #B7D64C; }
span { border-color: rgb(183,214,76); }
td.TdClassName
{
border-color: #B7D64C;
}
.TagClassName
{
border-color: #B7D64C;
}
</style>