Shades of Conifer #BEDC5E
Tints of Conifer #BEDC5E
RGB
CMYK
RGB Variations
Color information
#BEDC5E (or 0xBEDC5E) is known color: Conifer. HEX triplet: BE, DC and 5E. RGB value is (190,220,94). Sum of RGB (Red+Green+Blue) = 190+220+94=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC5E is #4123A1. Grayscale: #C5C5C5. Windows color (decimal): -4268962 or 6216894. OLE color: 6216894.
HSL color Cylindrical-coordinate representation of color #BEDC5E: hue angle of 74.29º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEDC5E is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 94 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.14 |
| HSL | 74.29º | 0.64% | 0.62% | - |
| HSV(B) | 74.29º | 0.57% | 0.86% | - |
| XYZ | 48.85 | 62.94 | 20.16 | - |
| YUV | 196.67 | 70.06 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 94 | 0.14 | 0 | 0.57 | 0.14 | 74.29 | 0.64 | 0.62 |
| Hex | BE | DC | 5E | E | 0 | 39 | E | 4A | 40 | 3E |
| Octal | 276 | 334 | 136 | 16 | 0 | 71 | 16 | 112 | 100 | 76 |
| Binary | 10111110 | 11011100 | 1011110 | 1110 | 0 | 111001 | 1110 | 1001010 | 1000000 | 111110 |
Color Harmonies of #BEDC5E
Complementary color
Monochromatic Colors of #BEDC5E
Black with #BEDC5E
Text Example
Text Example
White with #BEDC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC5E; }
p { color: rgb(190,220,94); }
H1.HeaderClassName
{
color: #BEDC5E;
}
.AnyTagClassName
{
color: #BEDC5E;
}
</style>
background-color css
<style>
a { background-color: #BEDC5E; }
a { background-color: rgb(190,220,94); }
div.DivClassName
{
background-color: #BEDC5E;
}
.BgClassName
{
background-color: #BEDC5E;
}
</style>
border-color css
<style>
span { border-color: #BEDC5E; }
span { border-color: rgb(190,220,94); }
td.TdClassName
{
border-color: #BEDC5E;
}
.TagClassName
{
border-color: #BEDC5E;
}
</style>