Shades of Conifer #B7DD5E
Tints of Conifer #B7DD5E
RGB
CMYK
RGB Variations
Color information
#B7DD5E (or 0xB7DD5E) is known color: Conifer. HEX triplet: B7, DD and 5E. RGB value is (183,221,94). Sum of RGB (Red+Green+Blue) = 183+221+94=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DD5E is #4822A1. Grayscale: #C3C3C3. Windows color (decimal): -4727458 or 6217143. OLE color: 6217143.
HSL color Cylindrical-coordinate representation of color #B7DD5E: hue angle of 77.95º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7DD5E is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 94 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.13 |
| HSL | 77.95º | 0.65% | 0.62% | - |
| HSV(B) | 77.95º | 0.57% | 0.87% | - |
| XYZ | 47.41 | 62.59 | 20.17 | - |
| YUV | 195.16 | 70.91 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 94 | 0.17 | 0 | 0.57 | 0.13 | 77.95 | 0.65 | 0.62 |
| Hex | B7 | DD | 5E | 11 | 0 | 39 | D | 4E | 41 | 3E |
| Octal | 267 | 335 | 136 | 21 | 0 | 71 | 15 | 116 | 101 | 76 |
| Binary | 10110111 | 11011101 | 1011110 | 10001 | 0 | 111001 | 1101 | 1001110 | 1000001 | 111110 |
Color Harmonies of #B7DD5E
Complementary color
Monochromatic Colors of #B7DD5E
Black with #B7DD5E
Text Example
Text Example
White with #B7DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DD5E; }
p { color: rgb(183,221,94); }
H1.HeaderClassName
{
color: #B7DD5E;
}
.AnyTagClassName
{
color: #B7DD5E;
}
</style>
background-color css
<style>
a { background-color: #B7DD5E; }
a { background-color: rgb(183,221,94); }
div.DivClassName
{
background-color: #B7DD5E;
}
.BgClassName
{
background-color: #B7DD5E;
}
</style>
border-color css
<style>
span { border-color: #B7DD5E; }
span { border-color: rgb(183,221,94); }
td.TdClassName
{
border-color: #B7DD5E;
}
.TagClassName
{
border-color: #B7DD5E;
}
</style>