Shades of Conifer #BEDD51
Tints of Conifer #BEDD51
RGB
CMYK
RGB Variations
Color information
#BEDD51 (or 0xBEDD51) is known color: Conifer. HEX triplet: BE, DD and 51. RGB value is (190,221,81). Sum of RGB (Red+Green+Blue) = 190+221+81=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD51 is #4122AE. Grayscale: #C4C4C4. Windows color (decimal): -4268719 or 5365182. OLE color: 5365182.
HSL color Cylindrical-coordinate representation of color #BEDD51: hue angle of 73.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEDD51 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 81 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.13 |
| HSL | 73.29º | 0.67% | 0.59% | - |
| HSV(B) | 73.29º | 0.63% | 0.87% | - |
| XYZ | 48.58 | 63.25 | 17.43 | - |
| YUV | 195.77 | 63.23 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 81 | 0.14 | 0 | 0.63 | 0.13 | 73.29 | 0.67 | 0.59 |
| Hex | BE | DD | 51 | E | 0 | 3F | D | 49 | 43 | 3B |
| Octal | 276 | 335 | 121 | 16 | 0 | 77 | 15 | 111 | 103 | 73 |
| Binary | 10111110 | 11011101 | 1010001 | 1110 | 0 | 111111 | 1101 | 1001001 | 1000011 | 111011 |
Color Harmonies of #BEDD51
Complementary color
Monochromatic Colors of #BEDD51
Black with #BEDD51
Text Example
Text Example
White with #BEDD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD51; }
p { color: rgb(190,221,81); }
H1.HeaderClassName
{
color: #BEDD51;
}
.AnyTagClassName
{
color: #BEDD51;
}
</style>
background-color css
<style>
a { background-color: #BEDD51; }
a { background-color: rgb(190,221,81); }
div.DivClassName
{
background-color: #BEDD51;
}
.BgClassName
{
background-color: #BEDD51;
}
</style>
border-color css
<style>
span { border-color: #BEDD51; }
span { border-color: rgb(190,221,81); }
td.TdClassName
{
border-color: #BEDD51;
}
.TagClassName
{
border-color: #BEDD51;
}
</style>