Shades of Conifer #BED44D
Tints of Conifer #BED44D
RGB
CMYK
RGB Variations
Color information
#BED44D (or 0xBED44D) is known color: Conifer. HEX triplet: BE, D4 and 4D. RGB value is (190,212,77). Sum of RGB (Red+Green+Blue) = 190+212+77=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #BED44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED44D is #412BB2. Grayscale: #BEBEBE. Windows color (decimal): -4271027 or 5100734. OLE color: 5100734.
HSL color Cylindrical-coordinate representation of color #BED44D: hue angle of 69.78º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BED44D is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 77 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.17 |
| HSL | 69.78º | 0.61% | 0.57% | - |
| HSV(B) | 69.78º | 0.64% | 0.83% | - |
| XYZ | 46.12 | 58.57 | 15.9 | - |
| YUV | 190.03 | 64.21 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 77 | 0.10 | 0 | 0.64 | 0.17 | 69.78 | 0.61 | 0.57 |
| Hex | BE | D4 | 4D | A | 0 | 40 | 11 | 46 | 3D | 39 |
| Octal | 276 | 324 | 115 | 12 | 0 | 100 | 21 | 106 | 75 | 71 |
| Binary | 10111110 | 11010100 | 1001101 | 1010 | 0 | 1000000 | 10001 | 1000110 | 111101 | 111001 |
Color Harmonies of #BED44D
Complementary color
Monochromatic Colors of #BED44D
Black with #BED44D
Text Example
Text Example
White with #BED44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED44D; }
p { color: rgb(190,212,77); }
H1.HeaderClassName
{
color: #BED44D;
}
.AnyTagClassName
{
color: #BED44D;
}
</style>
background-color css
<style>
a { background-color: #BED44D; }
a { background-color: rgb(190,212,77); }
div.DivClassName
{
background-color: #BED44D;
}
.BgClassName
{
background-color: #BED44D;
}
</style>
border-color css
<style>
span { border-color: #BED44D; }
span { border-color: rgb(190,212,77); }
td.TdClassName
{
border-color: #BED44D;
}
.TagClassName
{
border-color: #BED44D;
}
</style>