Shades of Conifer #B7DC50
Tints of Conifer #B7DC50
RGB
CMYK
RGB Variations
Color information
#B7DC50 (or 0xB7DC50) is known color: Conifer. HEX triplet: B7, DC and 50. RGB value is (183,220,80). Sum of RGB (Red+Green+Blue) = 183+220+80=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DC50 is #4823AF. Grayscale: #C1C1C1. Windows color (decimal): -4727728 or 5299383. OLE color: 5299383.
HSL color Cylindrical-coordinate representation of color #B7DC50: hue angle of 75.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7DC50 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 80 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.14 |
| HSL | 75.86º | 0.67% | 0.59% | - |
| HSV(B) | 75.86º | 0.64% | 0.86% | - |
| XYZ | 46.57 | 61.83 | 17.07 | - |
| YUV | 192.98 | 64.24 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 80 | 0.17 | 0 | 0.64 | 0.14 | 75.86 | 0.67 | 0.59 |
| Hex | B7 | DC | 50 | 11 | 0 | 40 | E | 4C | 43 | 3B |
| Octal | 267 | 334 | 120 | 21 | 0 | 100 | 16 | 114 | 103 | 73 |
| Binary | 10110111 | 11011100 | 1010000 | 10001 | 0 | 1000000 | 1110 | 1001100 | 1000011 | 111011 |
Color Harmonies of #B7DC50
Complementary color
Monochromatic Colors of #B7DC50
Black with #B7DC50
Text Example
Text Example
White with #B7DC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC50; }
p { color: rgb(183,220,80); }
H1.HeaderClassName
{
color: #B7DC50;
}
.AnyTagClassName
{
color: #B7DC50;
}
</style>
background-color css
<style>
a { background-color: #B7DC50; }
a { background-color: rgb(183,220,80); }
div.DivClassName
{
background-color: #B7DC50;
}
.BgClassName
{
background-color: #B7DC50;
}
</style>
border-color css
<style>
span { border-color: #B7DC50; }
span { border-color: rgb(183,220,80); }
td.TdClassName
{
border-color: #B7DC50;
}
.TagClassName
{
border-color: #B7DC50;
}
</style>