Shades of Conifer #B7DF46
Tints of Conifer #B7DF46
RGB
CMYK
RGB Variations
Color information
#B7DF46 (or 0xB7DF46) is known color: Conifer. HEX triplet: B7, DF and 46. RGB value is (183,223,70). Sum of RGB (Red+Green+Blue) = 183+223+70=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DF46 is #4820B9. Grayscale: #C2C2C2. Windows color (decimal): -4726970 or 4644791. OLE color: 4644791.
HSL color Cylindrical-coordinate representation of color #B7DF46: hue angle of 75.69º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7DF46 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 223 | 70 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.13 |
| HSL | 75.69º | 0.71% | 0.57% | - |
| HSV(B) | 75.69º | 0.69% | 0.87% | - |
| XYZ | 47.02 | 63.28 | 15.53 | - |
| YUV | 193.6 | 58.25 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 223 | 70 | 0.18 | 0 | 0.69 | 0.13 | 75.69 | 0.71 | 0.57 |
| Hex | B7 | DF | 46 | 12 | 0 | 45 | D | 4C | 47 | 39 |
| Octal | 267 | 337 | 106 | 22 | 0 | 105 | 15 | 114 | 107 | 71 |
| Binary | 10110111 | 11011111 | 1000110 | 10010 | 0 | 1000101 | 1101 | 1001100 | 1000111 | 111001 |
Color Harmonies of #B7DF46
Complementary color
Monochromatic Colors of #B7DF46
Black with #B7DF46
Text Example
Text Example
White with #B7DF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DF46; }
p { color: rgb(183,223,70); }
H1.HeaderClassName
{
color: #B7DF46;
}
.AnyTagClassName
{
color: #B7DF46;
}
</style>
background-color css
<style>
a { background-color: #B7DF46; }
a { background-color: rgb(183,223,70); }
div.DivClassName
{
background-color: #B7DF46;
}
.BgClassName
{
background-color: #B7DF46;
}
</style>
border-color css
<style>
span { border-color: #B7DF46; }
span { border-color: rgb(183,223,70); }
td.TdClassName
{
border-color: #B7DF46;
}
.TagClassName
{
border-color: #B7DF46;
}
</style>