Shades of Conifer #BEDF4D
Tints of Conifer #BEDF4D
RGB
CMYK
RGB Variations
Color information
#BEDF4D (or 0xBEDF4D) is known color: Conifer. HEX triplet: BE, DF and 4D. RGB value is (190,223,77). Sum of RGB (Red+Green+Blue) = 190+223+77=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF4D is #4120B2. Grayscale: #C5C5C5. Windows color (decimal): -4268211 or 5103550. OLE color: 5103550.
HSL color Cylindrical-coordinate representation of color #BEDF4D: hue angle of 73.56º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEDF4D is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 77 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.13 |
| HSL | 73.56º | 0.7% | 0.59% | - |
| HSV(B) | 73.56º | 0.65% | 0.87% | - |
| XYZ | 48.96 | 64.26 | 16.84 | - |
| YUV | 196.49 | 60.57 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 77 | 0.15 | 0 | 0.65 | 0.13 | 73.56 | 0.7 | 0.59 |
| Hex | BE | DF | 4D | F | 0 | 41 | D | 4A | 46 | 3B |
| Octal | 276 | 337 | 115 | 17 | 0 | 101 | 15 | 112 | 106 | 73 |
| Binary | 10111110 | 11011111 | 1001101 | 1111 | 0 | 1000001 | 1101 | 1001010 | 1000110 | 111011 |
Color Harmonies of #BEDF4D
Complementary color
Monochromatic Colors of #BEDF4D
Black with #BEDF4D
Text Example
Text Example
White with #BEDF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDF4D; }
p { color: rgb(190,223,77); }
H1.HeaderClassName
{
color: #BEDF4D;
}
.AnyTagClassName
{
color: #BEDF4D;
}
</style>
background-color css
<style>
a { background-color: #BEDF4D; }
a { background-color: rgb(190,223,77); }
div.DivClassName
{
background-color: #BEDF4D;
}
.BgClassName
{
background-color: #BEDF4D;
}
</style>
border-color css
<style>
span { border-color: #BEDF4D; }
span { border-color: rgb(190,223,77); }
td.TdClassName
{
border-color: #BEDF4D;
}
.TagClassName
{
border-color: #BEDF4D;
}
</style>