Shades of Conifer #B7DC65
Tints of Conifer #B7DC65
RGB
CMYK
RGB Variations
Color information
#B7DC65 (or 0xB7DC65) is known color: Conifer. HEX triplet: B7, DC and 65. RGB value is (183,220,101). Sum of RGB (Red+Green+Blue) = 183+220+101=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DC65 is #48239A. Grayscale: #C3C3C3. Windows color (decimal): -4727707 or 6675639. OLE color: 6675639.
HSL color Cylindrical-coordinate representation of color #B7DC65: hue angle of 78.66º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B7DC65 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 101 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.14 |
| HSL | 78.66º | 0.63% | 0.63% | - |
| HSV(B) | 78.66º | 0.54% | 0.86% | - |
| XYZ | 47.47 | 62.19 | 21.81 | - |
| YUV | 195.37 | 74.74 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 101 | 0.17 | 0 | 0.54 | 0.14 | 78.66 | 0.63 | 0.63 |
| Hex | B7 | DC | 65 | 11 | 0 | 36 | E | 4F | 3F | 3F |
| Octal | 267 | 334 | 145 | 21 | 0 | 66 | 16 | 117 | 77 | 77 |
| Binary | 10110111 | 11011100 | 1100101 | 10001 | 0 | 110110 | 1110 | 1001111 | 111111 | 111111 |
Color Harmonies of #B7DC65
Complementary color
Monochromatic Colors of #B7DC65
Black with #B7DC65
Text Example
Text Example
White with #B7DC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC65; }
p { color: rgb(183,220,101); }
H1.HeaderClassName
{
color: #B7DC65;
}
.AnyTagClassName
{
color: #B7DC65;
}
</style>
background-color css
<style>
a { background-color: #B7DC65; }
a { background-color: rgb(183,220,101); }
div.DivClassName
{
background-color: #B7DC65;
}
.BgClassName
{
background-color: #B7DC65;
}
</style>
border-color css
<style>
span { border-color: #B7DC65; }
span { border-color: rgb(183,220,101); }
td.TdClassName
{
border-color: #B7DC65;
}
.TagClassName
{
border-color: #B7DC65;
}
</style>