Shades of Conifer #BED84D
Tints of Conifer #BED84D
RGB
CMYK
RGB Variations
Color information
#BED84D (or 0xBED84D) is known color: Conifer. HEX triplet: BE, D8 and 4D. RGB value is (190,216,77). Sum of RGB (Red+Green+Blue) = 190+216+77=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #BED84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED84D is #4127B2. Grayscale: #C0C0C0. Windows color (decimal): -4270003 or 5101758. OLE color: 5101758.
HSL color Cylindrical-coordinate representation of color #BED84D: hue angle of 71.22º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BED84D is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 77 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.15 |
| HSL | 71.22º | 0.64% | 0.57% | - |
| HSV(B) | 71.22º | 0.64% | 0.85% | - |
| XYZ | 47.13 | 60.59 | 16.23 | - |
| YUV | 192.38 | 62.89 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 77 | 0.12 | 0 | 0.64 | 0.15 | 71.22 | 0.64 | 0.57 |
| Hex | BE | D8 | 4D | C | 0 | 40 | F | 47 | 40 | 39 |
| Octal | 276 | 330 | 115 | 14 | 0 | 100 | 17 | 107 | 100 | 71 |
| Binary | 10111110 | 11011000 | 1001101 | 1100 | 0 | 1000000 | 1111 | 1000111 | 1000000 | 111001 |
Color Harmonies of #BED84D
Complementary color
Monochromatic Colors of #BED84D
Black with #BED84D
Text Example
Text Example
White with #BED84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED84D; }
p { color: rgb(190,216,77); }
H1.HeaderClassName
{
color: #BED84D;
}
.AnyTagClassName
{
color: #BED84D;
}
</style>
background-color css
<style>
a { background-color: #BED84D; }
a { background-color: rgb(190,216,77); }
div.DivClassName
{
background-color: #BED84D;
}
.BgClassName
{
background-color: #BED84D;
}
</style>
border-color css
<style>
span { border-color: #BED84D; }
span { border-color: rgb(190,216,77); }
td.TdClassName
{
border-color: #BED84D;
}
.TagClassName
{
border-color: #BED84D;
}
</style>