Shades of Conifer #BEDD5E
Tints of Conifer #BEDD5E
RGB
CMYK
RGB Variations
Color information
#BEDD5E (or 0xBEDD5E) is known color: Conifer. HEX triplet: BE, DD and 5E. RGB value is (190,221,94). Sum of RGB (Red+Green+Blue) = 190+221+94=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD5E is #4122A1. Grayscale: #C5C5C5. Windows color (decimal): -4268706 or 6217150. OLE color: 6217150.
HSL color Cylindrical-coordinate representation of color #BEDD5E: hue angle of 74.65º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEDD5E is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 94 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.13 |
| HSL | 74.65º | 0.65% | 0.62% | - |
| HSV(B) | 74.65º | 0.57% | 0.87% | - |
| XYZ | 49.11 | 63.47 | 20.25 | - |
| YUV | 197.25 | 69.73 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 94 | 0.14 | 0 | 0.57 | 0.13 | 74.65 | 0.65 | 0.62 |
| Hex | BE | DD | 5E | E | 0 | 39 | D | 4B | 41 | 3E |
| Octal | 276 | 335 | 136 | 16 | 0 | 71 | 15 | 113 | 101 | 76 |
| Binary | 10111110 | 11011101 | 1011110 | 1110 | 0 | 111001 | 1101 | 1001011 | 1000001 | 111110 |
Color Harmonies of #BEDD5E
Complementary color
Monochromatic Colors of #BEDD5E
Black with #BEDD5E
Text Example
Text Example
White with #BEDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD5E; }
p { color: rgb(190,221,94); }
H1.HeaderClassName
{
color: #BEDD5E;
}
.AnyTagClassName
{
color: #BEDD5E;
}
</style>
background-color css
<style>
a { background-color: #BEDD5E; }
a { background-color: rgb(190,221,94); }
div.DivClassName
{
background-color: #BEDD5E;
}
.BgClassName
{
background-color: #BEDD5E;
}
</style>
border-color css
<style>
span { border-color: #BEDD5E; }
span { border-color: rgb(190,221,94); }
td.TdClassName
{
border-color: #BEDD5E;
}
.TagClassName
{
border-color: #BEDD5E;
}
</style>