Shades of Conifer #BEDD5B
Tints of Conifer #BEDD5B
RGB
CMYK
RGB Variations
Color information
#BEDD5B (or 0xBEDD5B) is known color: Conifer. HEX triplet: BE, DD and 5B. RGB value is (190,221,91). Sum of RGB (Red+Green+Blue) = 190+221+91=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 91 (35.94% from 255 or 18.13% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD5B is #4122A4. Grayscale: #C5C5C5. Windows color (decimal): -4268709 or 6020542. OLE color: 6020542.
HSL color Cylindrical-coordinate representation of color #BEDD5B: hue angle of 74.31º 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 #BEDD5B is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 91 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.13 |
| HSL | 74.31º | 0.66% | 0.61% | - |
| HSV(B) | 74.31º | 0.59% | 0.87% | - |
| XYZ | 48.98 | 63.42 | 19.56 | - |
| YUV | 196.91 | 68.23 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 91 | 0.14 | 0 | 0.59 | 0.13 | 74.31 | 0.66 | 0.61 |
| Hex | BE | DD | 5B | E | 0 | 3B | D | 4A | 42 | 3D |
| Octal | 276 | 335 | 133 | 16 | 0 | 73 | 15 | 112 | 102 | 75 |
| Binary | 10111110 | 11011101 | 1011011 | 1110 | 0 | 111011 | 1101 | 1001010 | 1000010 | 111101 |
Color Harmonies of #BEDD5B
Complementary color
Monochromatic Colors of #BEDD5B
Black with #BEDD5B
Text Example
Text Example
White with #BEDD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD5B; }
p { color: rgb(190,221,91); }
H1.HeaderClassName
{
color: #BEDD5B;
}
.AnyTagClassName
{
color: #BEDD5B;
}
</style>
background-color css
<style>
a { background-color: #BEDD5B; }
a { background-color: rgb(190,221,91); }
div.DivClassName
{
background-color: #BEDD5B;
}
.BgClassName
{
background-color: #BEDD5B;
}
</style>
border-color css
<style>
span { border-color: #BEDD5B; }
span { border-color: rgb(190,221,91); }
td.TdClassName
{
border-color: #BEDD5B;
}
.TagClassName
{
border-color: #BEDD5B;
}
</style>