Shades of Conifer #B7D14D
Tints of Conifer #B7D14D
RGB
CMYK
RGB Variations
Color information
#B7D14D (or 0xB7D14D) is known color: Conifer. HEX triplet: B7, D1 and 4D. RGB value is (183,209,77). Sum of RGB (Red+Green+Blue) = 183+209+77=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D14D is #482EB2. Grayscale: #BABABA. Windows color (decimal): -4730547 or 5099959. OLE color: 5099959.
HSL color Cylindrical-coordinate representation of color #B7D14D: hue angle of 71.82º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B7D14D is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 209 | 77 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.18 |
| HSL | 71.82º | 0.59% | 0.56% | - |
| HSV(B) | 71.82º | 0.63% | 0.82% | - |
| XYZ | 43.67 | 56.2 | 15.57 | - |
| YUV | 186.18 | 66.39 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 77 | 0.12 | 0 | 0.63 | 0.18 | 71.82 | 0.59 | 0.56 |
| Hex | B7 | D1 | 4D | C | 0 | 3F | 12 | 48 | 3B | 38 |
| Octal | 267 | 321 | 115 | 14 | 0 | 77 | 22 | 110 | 73 | 70 |
| Binary | 10110111 | 11010001 | 1001101 | 1100 | 0 | 111111 | 10010 | 1001000 | 111011 | 111000 |
Color Harmonies of #B7D14D
Complementary color
Monochromatic Colors of #B7D14D
Black with #B7D14D
Text Example
Text Example
White with #B7D14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D14D; }
p { color: rgb(183,209,77); }
H1.HeaderClassName
{
color: #B7D14D;
}
.AnyTagClassName
{
color: #B7D14D;
}
</style>
background-color css
<style>
a { background-color: #B7D14D; }
a { background-color: rgb(183,209,77); }
div.DivClassName
{
background-color: #B7D14D;
}
.BgClassName
{
background-color: #B7D14D;
}
</style>
border-color css
<style>
span { border-color: #B7D14D; }
span { border-color: rgb(183,209,77); }
td.TdClassName
{
border-color: #B7D14D;
}
.TagClassName
{
border-color: #B7D14D;
}
</style>