Shades of Conifer #BED94D
Tints of Conifer #BED94D
RGB
CMYK
RGB Variations
Color information
#BED94D (or 0xBED94D) is known color: Conifer. HEX triplet: BE, D9 and 4D. RGB value is (190,217,77). Sum of RGB (Red+Green+Blue) = 190+217+77=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #BED94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED94D is #4126B2. Grayscale: #C1C1C1. Windows color (decimal): -4269747 or 5102014. OLE color: 5102014.
HSL color Cylindrical-coordinate representation of color #BED94D: hue angle of 71.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BED94D is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 77 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.15 |
| HSL | 71.57º | 0.65% | 0.58% | - |
| HSV(B) | 71.57º | 0.65% | 0.85% | - |
| XYZ | 47.39 | 61.11 | 16.32 | - |
| YUV | 192.97 | 62.55 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 77 | 0.12 | 0 | 0.65 | 0.15 | 71.57 | 0.65 | 0.58 |
| Hex | BE | D9 | 4D | C | 0 | 41 | F | 48 | 41 | 3A |
| Octal | 276 | 331 | 115 | 14 | 0 | 101 | 17 | 110 | 101 | 72 |
| Binary | 10111110 | 11011001 | 1001101 | 1100 | 0 | 1000001 | 1111 | 1001000 | 1000001 | 111010 |
Color Harmonies of #BED94D
Complementary color
Monochromatic Colors of #BED94D
Black with #BED94D
Text Example
Text Example
White with #BED94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED94D; }
p { color: rgb(190,217,77); }
H1.HeaderClassName
{
color: #BED94D;
}
.AnyTagClassName
{
color: #BED94D;
}
</style>
background-color css
<style>
a { background-color: #BED94D; }
a { background-color: rgb(190,217,77); }
div.DivClassName
{
background-color: #BED94D;
}
.BgClassName
{
background-color: #BED94D;
}
</style>
border-color css
<style>
span { border-color: #BED94D; }
span { border-color: rgb(190,217,77); }
td.TdClassName
{
border-color: #BED94D;
}
.TagClassName
{
border-color: #BED94D;
}
</style>