Shades of Conifer #BEDD64
Tints of Conifer #BEDD64
RGB
CMYK
RGB Variations
Color information
#BEDD64 (or 0xBEDD64) is known color: Conifer. HEX triplet: BE, DD and 64. RGB value is (190,221,100). Sum of RGB (Red+Green+Blue) = 190+221+100=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD64 is #41229B. Grayscale: #C6C6C6. Windows color (decimal): -4268700 or 6610366. OLE color: 6610366.
HSL color Cylindrical-coordinate representation of color #BEDD64: hue angle of 75.37º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEDD64 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 100 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.13 |
| HSL | 75.37º | 0.64% | 0.63% | - |
| HSV(B) | 75.37º | 0.55% | 0.87% | - |
| XYZ | 49.39 | 63.58 | 21.73 | - |
| YUV | 197.94 | 72.73 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 100 | 0.14 | 0 | 0.55 | 0.13 | 75.37 | 0.64 | 0.63 |
| Hex | BE | DD | 64 | E | 0 | 37 | D | 4B | 40 | 3F |
| Octal | 276 | 335 | 144 | 16 | 0 | 67 | 15 | 113 | 100 | 77 |
| Binary | 10111110 | 11011101 | 1100100 | 1110 | 0 | 110111 | 1101 | 1001011 | 1000000 | 111111 |
Color Harmonies of #BEDD64
Complementary color
Monochromatic Colors of #BEDD64
Black with #BEDD64
Text Example
Text Example
White with #BEDD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD64; }
p { color: rgb(190,221,100); }
H1.HeaderClassName
{
color: #BEDD64;
}
.AnyTagClassName
{
color: #BEDD64;
}
</style>
background-color css
<style>
a { background-color: #BEDD64; }
a { background-color: rgb(190,221,100); }
div.DivClassName
{
background-color: #BEDD64;
}
.BgClassName
{
background-color: #BEDD64;
}
</style>
border-color css
<style>
span { border-color: #BEDD64; }
span { border-color: rgb(190,221,100); }
td.TdClassName
{
border-color: #BEDD64;
}
.TagClassName
{
border-color: #BEDD64;
}
</style>