Shades of Conifer #BEDA4D
Tints of Conifer #BEDA4D
RGB
CMYK
RGB Variations
Color information
#BEDA4D (or 0xBEDA4D) is known color: Conifer. HEX triplet: BE, DA and 4D. RGB value is (190,218,77). Sum of RGB (Red+Green+Blue) = 190+218+77=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDA4D is #4125B2. Grayscale: #C2C2C2. Windows color (decimal): -4269491 or 5102270. OLE color: 5102270.
HSL color Cylindrical-coordinate representation of color #BEDA4D: hue angle of 71.91º degrees, saturation: 0.66, 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 #BEDA4D is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 77 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.15 |
| HSL | 71.91º | 0.66% | 0.58% | - |
| HSV(B) | 71.91º | 0.65% | 0.85% | - |
| XYZ | 47.65 | 61.63 | 16.4 | - |
| YUV | 193.55 | 62.22 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 77 | 0.13 | 0 | 0.65 | 0.15 | 71.91 | 0.66 | 0.58 |
| Hex | BE | DA | 4D | D | 0 | 41 | F | 48 | 42 | 3A |
| Octal | 276 | 332 | 115 | 15 | 0 | 101 | 17 | 110 | 102 | 72 |
| Binary | 10111110 | 11011010 | 1001101 | 1101 | 0 | 1000001 | 1111 | 1001000 | 1000010 | 111010 |
Color Harmonies of #BEDA4D
Complementary color
Monochromatic Colors of #BEDA4D
Black with #BEDA4D
Text Example
Text Example
White with #BEDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDA4D; }
p { color: rgb(190,218,77); }
H1.HeaderClassName
{
color: #BEDA4D;
}
.AnyTagClassName
{
color: #BEDA4D;
}
</style>
background-color css
<style>
a { background-color: #BEDA4D; }
a { background-color: rgb(190,218,77); }
div.DivClassName
{
background-color: #BEDA4D;
}
.BgClassName
{
background-color: #BEDA4D;
}
</style>
border-color css
<style>
span { border-color: #BEDA4D; }
span { border-color: rgb(190,218,77); }
td.TdClassName
{
border-color: #BEDA4D;
}
.TagClassName
{
border-color: #BEDA4D;
}
</style>