Shades of Conifer #BEDD59
Tints of Conifer #BEDD59
RGB
CMYK
RGB Variations
Color information
#BEDD59 (or 0xBEDD59) is known color: Conifer. HEX triplet: BE, DD and 59. RGB value is (190,221,89). Sum of RGB (Red+Green+Blue) = 190+221+89=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 89 (35.16% from 255 or 17.8% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD59 is #4122A6. Grayscale: #C5C5C5. Windows color (decimal): -4268711 or 5889470. OLE color: 5889470.
HSL color Cylindrical-coordinate representation of color #BEDD59: hue angle of 74.09º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEDD59 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 89 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.13 |
| HSL | 74.09º | 0.66% | 0.61% | - |
| HSV(B) | 74.09º | 0.6% | 0.87% | - |
| XYZ | 48.89 | 63.38 | 19.11 | - |
| YUV | 196.68 | 67.23 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 89 | 0.14 | 0 | 0.60 | 0.13 | 74.09 | 0.66 | 0.61 |
| Hex | BE | DD | 59 | E | 0 | 3C | D | 4A | 42 | 3D |
| Octal | 276 | 335 | 131 | 16 | 0 | 74 | 15 | 112 | 102 | 75 |
| Binary | 10111110 | 11011101 | 1011001 | 1110 | 0 | 111100 | 1101 | 1001010 | 1000010 | 111101 |
Color Harmonies of #BEDD59
Complementary color
Monochromatic Colors of #BEDD59
Black with #BEDD59
Text Example
Text Example
White with #BEDD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD59; }
p { color: rgb(190,221,89); }
H1.HeaderClassName
{
color: #BEDD59;
}
.AnyTagClassName
{
color: #BEDD59;
}
</style>
background-color css
<style>
a { background-color: #BEDD59; }
a { background-color: rgb(190,221,89); }
div.DivClassName
{
background-color: #BEDD59;
}
.BgClassName
{
background-color: #BEDD59;
}
</style>
border-color css
<style>
span { border-color: #BEDD59; }
span { border-color: rgb(190,221,89); }
td.TdClassName
{
border-color: #BEDD59;
}
.TagClassName
{
border-color: #BEDD59;
}
</style>