Shades of Conifer #BEDD50
Tints of Conifer #BEDD50
RGB
CMYK
RGB Variations
Color information
#BEDD50 (or 0xBEDD50) is known color: Conifer. HEX triplet: BE, DD and 50. RGB value is (190,221,80). Sum of RGB (Red+Green+Blue) = 190+221+80=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD50 is #4122AF. Grayscale: #C4C4C4. Windows color (decimal): -4268720 or 5299646. OLE color: 5299646.
HSL color Cylindrical-coordinate representation of color #BEDD50: hue angle of 73.19º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEDD50 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 80 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.13 |
| HSL | 73.19º | 0.67% | 0.59% | - |
| HSV(B) | 73.19º | 0.64% | 0.87% | - |
| XYZ | 48.54 | 63.24 | 17.24 | - |
| YUV | 195.66 | 62.73 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 80 | 0.14 | 0 | 0.64 | 0.13 | 73.19 | 0.67 | 0.59 |
| Hex | BE | DD | 50 | E | 0 | 40 | D | 49 | 43 | 3B |
| Octal | 276 | 335 | 120 | 16 | 0 | 100 | 15 | 111 | 103 | 73 |
| Binary | 10111110 | 11011101 | 1010000 | 1110 | 0 | 1000000 | 1101 | 1001001 | 1000011 | 111011 |
Color Harmonies of #BEDD50
Complementary color
Monochromatic Colors of #BEDD50
Black with #BEDD50
Text Example
Text Example
White with #BEDD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD50; }
p { color: rgb(190,221,80); }
H1.HeaderClassName
{
color: #BEDD50;
}
.AnyTagClassName
{
color: #BEDD50;
}
</style>
background-color css
<style>
a { background-color: #BEDD50; }
a { background-color: rgb(190,221,80); }
div.DivClassName
{
background-color: #BEDD50;
}
.BgClassName
{
background-color: #BEDD50;
}
</style>
border-color css
<style>
span { border-color: #BEDD50; }
span { border-color: rgb(190,221,80); }
td.TdClassName
{
border-color: #BEDD50;
}
.TagClassName
{
border-color: #BEDD50;
}
</style>