Shades of Conifer #B7DC60
Tints of Conifer #B7DC60
RGB
CMYK
RGB Variations
Color information
#B7DC60 (or 0xB7DC60) is known color: Conifer. HEX triplet: B7, DC and 60. RGB value is (183,220,96). Sum of RGB (Red+Green+Blue) = 183+220+96=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DC60 is #48239F. Grayscale: #C3C3C3. Windows color (decimal): -4727712 or 6347959. OLE color: 6347959.
HSL color Cylindrical-coordinate representation of color #B7DC60: hue angle of 77.9º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7DC60 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 96 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.14 |
| HSL | 77.9º | 0.64% | 0.62% | - |
| HSV(B) | 77.9º | 0.56% | 0.86% | - |
| XYZ | 47.23 | 62.1 | 20.56 | - |
| YUV | 194.8 | 72.24 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 96 | 0.17 | 0 | 0.56 | 0.14 | 77.9 | 0.64 | 0.62 |
| Hex | B7 | DC | 60 | 11 | 0 | 38 | E | 4E | 40 | 3E |
| Octal | 267 | 334 | 140 | 21 | 0 | 70 | 16 | 116 | 100 | 76 |
| Binary | 10110111 | 11011100 | 1100000 | 10001 | 0 | 111000 | 1110 | 1001110 | 1000000 | 111110 |
Color Harmonies of #B7DC60
Complementary color
Monochromatic Colors of #B7DC60
Black with #B7DC60
Text Example
Text Example
White with #B7DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC60; }
p { color: rgb(183,220,96); }
H1.HeaderClassName
{
color: #B7DC60;
}
.AnyTagClassName
{
color: #B7DC60;
}
</style>
background-color css
<style>
a { background-color: #B7DC60; }
a { background-color: rgb(183,220,96); }
div.DivClassName
{
background-color: #B7DC60;
}
.BgClassName
{
background-color: #B7DC60;
}
</style>
border-color css
<style>
span { border-color: #B7DC60; }
span { border-color: rgb(183,220,96); }
td.TdClassName
{
border-color: #B7DC60;
}
.TagClassName
{
border-color: #B7DC60;
}
</style>