Shades of Conifer #B7DC63
Tints of Conifer #B7DC63
RGB
CMYK
RGB Variations
Color information
#B7DC63 (or 0xB7DC63) is known color: Conifer. HEX triplet: B7, DC and 63. RGB value is (183,220,99). Sum of RGB (Red+Green+Blue) = 183+220+99=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DC63 is #48239C. Grayscale: #C3C3C3. Windows color (decimal): -4727709 or 6544567. OLE color: 6544567.
HSL color Cylindrical-coordinate representation of color #B7DC63: hue angle of 78.35º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7DC63 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 99 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.14 |
| HSL | 78.35º | 0.63% | 0.63% | - |
| HSV(B) | 78.35º | 0.55% | 0.86% | - |
| XYZ | 47.37 | 62.15 | 21.3 | - |
| YUV | 195.14 | 73.74 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 99 | 0.17 | 0 | 0.55 | 0.14 | 78.35 | 0.63 | 0.63 |
| Hex | B7 | DC | 63 | 11 | 0 | 37 | E | 4E | 3F | 3F |
| Octal | 267 | 334 | 143 | 21 | 0 | 67 | 16 | 116 | 77 | 77 |
| Binary | 10110111 | 11011100 | 1100011 | 10001 | 0 | 110111 | 1110 | 1001110 | 111111 | 111111 |
Color Harmonies of #B7DC63
Complementary color
Monochromatic Colors of #B7DC63
Black with #B7DC63
Text Example
Text Example
White with #B7DC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC63; }
p { color: rgb(183,220,99); }
H1.HeaderClassName
{
color: #B7DC63;
}
.AnyTagClassName
{
color: #B7DC63;
}
</style>
background-color css
<style>
a { background-color: #B7DC63; }
a { background-color: rgb(183,220,99); }
div.DivClassName
{
background-color: #B7DC63;
}
.BgClassName
{
background-color: #B7DC63;
}
</style>
border-color css
<style>
span { border-color: #B7DC63; }
span { border-color: rgb(183,220,99); }
td.TdClassName
{
border-color: #B7DC63;
}
.TagClassName
{
border-color: #B7DC63;
}
</style>