Shades of Conifer #BEDD5A
Tints of Conifer #BEDD5A
RGB
CMYK
RGB Variations
Color information
#BEDD5A (or 0xBEDD5A) is known color: Conifer. HEX triplet: BE, DD and 5A. RGB value is (190,221,90). Sum of RGB (Red+Green+Blue) = 190+221+90=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD5A is #4122A5. Grayscale: #C5C5C5. Windows color (decimal): -4268710 or 5955006. OLE color: 5955006.
HSL color Cylindrical-coordinate representation of color #BEDD5A: hue angle of 74.2º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEDD5A is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 90 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.13 |
| HSL | 74.2º | 0.66% | 0.61% | - |
| HSV(B) | 74.2º | 0.59% | 0.87% | - |
| XYZ | 48.94 | 63.4 | 19.33 | - |
| YUV | 196.8 | 67.73 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 90 | 0.14 | 0 | 0.59 | 0.13 | 74.2 | 0.66 | 0.61 |
| Hex | BE | DD | 5A | E | 0 | 3B | D | 4A | 42 | 3D |
| Octal | 276 | 335 | 132 | 16 | 0 | 73 | 15 | 112 | 102 | 75 |
| Binary | 10111110 | 11011101 | 1011010 | 1110 | 0 | 111011 | 1101 | 1001010 | 1000010 | 111101 |
Color Harmonies of #BEDD5A
Complementary color
Monochromatic Colors of #BEDD5A
Black with #BEDD5A
Text Example
Text Example
White with #BEDD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD5A; }
p { color: rgb(190,221,90); }
H1.HeaderClassName
{
color: #BEDD5A;
}
.AnyTagClassName
{
color: #BEDD5A;
}
</style>
background-color css
<style>
a { background-color: #BEDD5A; }
a { background-color: rgb(190,221,90); }
div.DivClassName
{
background-color: #BEDD5A;
}
.BgClassName
{
background-color: #BEDD5A;
}
</style>
border-color css
<style>
span { border-color: #BEDD5A; }
span { border-color: rgb(190,221,90); }
td.TdClassName
{
border-color: #BEDD5A;
}
.TagClassName
{
border-color: #BEDD5A;
}
</style>