Shades of Conifer #B7DC5D
Tints of Conifer #B7DC5D
RGB
CMYK
RGB Variations
Color information
#B7DC5D (or 0xB7DC5D) is known color: Conifer. HEX triplet: B7, DC and 5D. RGB value is (183,220,93). Sum of RGB (Red+Green+Blue) = 183+220+93=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DC5D is #4823A2. Grayscale: #C2C2C2. Windows color (decimal): -4727715 or 6151351. OLE color: 6151351.
HSL color Cylindrical-coordinate representation of color #B7DC5D: hue angle of 77.48º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7DC5D is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 93 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.14 |
| HSL | 77.48º | 0.64% | 0.61% | - |
| HSV(B) | 77.48º | 0.58% | 0.86% | - |
| XYZ | 47.1 | 62.04 | 19.85 | - |
| YUV | 194.46 | 70.74 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 93 | 0.17 | 0 | 0.58 | 0.14 | 77.48 | 0.64 | 0.61 |
| Hex | B7 | DC | 5D | 11 | 0 | 3A | E | 4D | 40 | 3D |
| Octal | 267 | 334 | 135 | 21 | 0 | 72 | 16 | 115 | 100 | 75 |
| Binary | 10110111 | 11011100 | 1011101 | 10001 | 0 | 111010 | 1110 | 1001101 | 1000000 | 111101 |
Color Harmonies of #B7DC5D
Complementary color
Monochromatic Colors of #B7DC5D
Black with #B7DC5D
Text Example
Text Example
White with #B7DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC5D; }
p { color: rgb(183,220,93); }
H1.HeaderClassName
{
color: #B7DC5D;
}
.AnyTagClassName
{
color: #B7DC5D;
}
</style>
background-color css
<style>
a { background-color: #B7DC5D; }
a { background-color: rgb(183,220,93); }
div.DivClassName
{
background-color: #B7DC5D;
}
.BgClassName
{
background-color: #B7DC5D;
}
</style>
border-color css
<style>
span { border-color: #B7DC5D; }
span { border-color: rgb(183,220,93); }
td.TdClassName
{
border-color: #B7DC5D;
}
.TagClassName
{
border-color: #B7DC5D;
}
</style>