Shades of Conifer #B7DC40
Tints of Conifer #B7DC40
RGB
CMYK
RGB Variations
Color information
#B7DC40 (or 0xB7DC40) is known color: Conifer. HEX triplet: B7, DC and 40. RGB value is (183,220,64). Sum of RGB (Red+Green+Blue) = 183+220+64=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DC40 is #4823BF. Grayscale: #BFBFBF. Windows color (decimal): -4727744 or 4250807. OLE color: 4250807.
HSL color Cylindrical-coordinate representation of color #B7DC40: hue angle of 74.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B7DC40 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 64 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.14 |
| HSL | 74.23º | 0.69% | 0.56% | - |
| HSV(B) | 74.23º | 0.71% | 0.86% | - |
| XYZ | 46.05 | 61.62 | 14.32 | - |
| YUV | 191.15 | 56.24 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 64 | 0.17 | 0 | 0.71 | 0.14 | 74.23 | 0.69 | 0.56 |
| Hex | B7 | DC | 40 | 11 | 0 | 47 | E | 4A | 45 | 38 |
| Octal | 267 | 334 | 100 | 21 | 0 | 107 | 16 | 112 | 105 | 70 |
| Binary | 10110111 | 11011100 | 1000000 | 10001 | 0 | 1000111 | 1110 | 1001010 | 1000101 | 111000 |
Color Harmonies of #B7DC40
Complementary color
Monochromatic Colors of #B7DC40
Black with #B7DC40
Text Example
Text Example
White with #B7DC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC40; }
p { color: rgb(183,220,64); }
H1.HeaderClassName
{
color: #B7DC40;
}
.AnyTagClassName
{
color: #B7DC40;
}
</style>
background-color css
<style>
a { background-color: #B7DC40; }
a { background-color: rgb(183,220,64); }
div.DivClassName
{
background-color: #B7DC40;
}
.BgClassName
{
background-color: #B7DC40;
}
</style>
border-color css
<style>
span { border-color: #B7DC40; }
span { border-color: rgb(183,220,64); }
td.TdClassName
{
border-color: #B7DC40;
}
.TagClassName
{
border-color: #B7DC40;
}
</style>