Shades of Conifer #BEDC47
Tints of Conifer #BEDC47
RGB
CMYK
RGB Variations
Color information
#BEDC47 (or 0xBEDC47) is known color: Conifer. HEX triplet: BE, DC and 47. RGB value is (190,220,71). Sum of RGB (Red+Green+Blue) = 190+220+71=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 71 (28.12% from 255 or 14.76% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDC47 is #4123B8. Grayscale: #C2C2C2. Windows color (decimal): -4268985 or 4709566. OLE color: 4709566.
HSL color Cylindrical-coordinate representation of color #BEDC47: hue angle of 72.08º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEDC47 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 71 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.14 |
| HSL | 72.08º | 0.68% | 0.57% | - |
| HSV(B) | 72.08º | 0.68% | 0.86% | - |
| XYZ | 47.97 | 62.59 | 15.51 | - |
| YUV | 194.04 | 58.56 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 71 | 0.14 | 0 | 0.68 | 0.14 | 72.08 | 0.68 | 0.57 |
| Hex | BE | DC | 47 | E | 0 | 44 | E | 48 | 44 | 39 |
| Octal | 276 | 334 | 107 | 16 | 0 | 104 | 16 | 110 | 104 | 71 |
| Binary | 10111110 | 11011100 | 1000111 | 1110 | 0 | 1000100 | 1110 | 1001000 | 1000100 | 111001 |
Color Harmonies of #BEDC47
Complementary color
Monochromatic Colors of #BEDC47
Black with #BEDC47
Text Example
Text Example
White with #BEDC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC47; }
p { color: rgb(190,220,71); }
H1.HeaderClassName
{
color: #BEDC47;
}
.AnyTagClassName
{
color: #BEDC47;
}
</style>
background-color css
<style>
a { background-color: #BEDC47; }
a { background-color: rgb(190,220,71); }
div.DivClassName
{
background-color: #BEDC47;
}
.BgClassName
{
background-color: #BEDC47;
}
</style>
border-color css
<style>
span { border-color: #BEDC47; }
span { border-color: rgb(190,220,71); }
td.TdClassName
{
border-color: #BEDC47;
}
.TagClassName
{
border-color: #BEDC47;
}
</style>