Shades of Conifer #BEDB51
Tints of Conifer #BEDB51
RGB
CMYK
RGB Variations
Color information
#BEDB51 (or 0xBEDB51) is known color: Conifer. HEX triplet: BE, DB and 51. RGB value is (190,219,81). Sum of RGB (Red+Green+Blue) = 190+219+81=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 81 (32.03% from 255 or 16.53% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB51 is #4124AE. Grayscale: #C3C3C3. Windows color (decimal): -4269231 or 5364670. OLE color: 5364670.
HSL color Cylindrical-coordinate representation of color #BEDB51: hue angle of 72.61º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEDB51 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 81 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.14 |
| HSL | 72.61º | 0.66% | 0.59% | - |
| HSV(B) | 72.61º | 0.63% | 0.86% | - |
| XYZ | 48.05 | 62.2 | 17.26 | - |
| YUV | 194.6 | 63.89 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 81 | 0.13 | 0 | 0.63 | 0.14 | 72.61 | 0.66 | 0.59 |
| Hex | BE | DB | 51 | D | 0 | 3F | E | 49 | 42 | 3B |
| Octal | 276 | 333 | 121 | 15 | 0 | 77 | 16 | 111 | 102 | 73 |
| Binary | 10111110 | 11011011 | 1010001 | 1101 | 0 | 111111 | 1110 | 1001001 | 1000010 | 111011 |
Color Harmonies of #BEDB51
Complementary color
Monochromatic Colors of #BEDB51
Black with #BEDB51
Text Example
Text Example
White with #BEDB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB51; }
p { color: rgb(190,219,81); }
H1.HeaderClassName
{
color: #BEDB51;
}
.AnyTagClassName
{
color: #BEDB51;
}
</style>
background-color css
<style>
a { background-color: #BEDB51; }
a { background-color: rgb(190,219,81); }
div.DivClassName
{
background-color: #BEDB51;
}
.BgClassName
{
background-color: #BEDB51;
}
</style>
border-color css
<style>
span { border-color: #BEDB51; }
span { border-color: rgb(190,219,81); }
td.TdClassName
{
border-color: #BEDB51;
}
.TagClassName
{
border-color: #BEDB51;
}
</style>