Shades of Deco #BED47F
Tints of Deco #BED47F
RGB
CMYK
RGB Variations
Color information
#BED47F (or 0xBED47F) is known color: Deco. HEX triplet: BE, D4 and 7F. RGB value is (190,212,127). Sum of RGB (Red+Green+Blue) = 190+212+127=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #BED47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED47F is #412B80. Grayscale: #C4C4C4. Windows color (decimal): -4270977 or 8377534. OLE color: 8377534.
HSL color Cylindrical-coordinate representation of color #BED47F: hue angle of 75.53º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BED47F is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 127 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.17 |
| HSL | 75.53º | 0.5% | 0.66% | - |
| HSV(B) | 75.53º | 0.4% | 0.83% | - |
| XYZ | 48.61 | 59.57 | 29.01 | - |
| YUV | 195.73 | 89.21 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 127 | 0.10 | 0 | 0.40 | 0.17 | 75.53 | 0.5 | 0.66 |
| Hex | BE | D4 | 7F | A | 0 | 28 | 11 | 4C | 32 | 42 |
| Octal | 276 | 324 | 177 | 12 | 0 | 50 | 21 | 114 | 62 | 102 |
| Binary | 10111110 | 11010100 | 1111111 | 1010 | 0 | 101000 | 10001 | 1001100 | 110010 | 1000010 |
Color Harmonies of #BED47F
Complementary color
Monochromatic Colors of #BED47F
Black with #BED47F
Text Example
Text Example
White with #BED47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED47F; }
p { color: rgb(190,212,127); }
H1.HeaderClassName
{
color: #BED47F;
}
.AnyTagClassName
{
color: #BED47F;
}
</style>
background-color css
<style>
a { background-color: #BED47F; }
a { background-color: rgb(190,212,127); }
div.DivClassName
{
background-color: #BED47F;
}
.BgClassName
{
background-color: #BED47F;
}
</style>
border-color css
<style>
span { border-color: #BED47F; }
span { border-color: rgb(190,212,127); }
td.TdClassName
{
border-color: #BED47F;
}
.TagClassName
{
border-color: #BED47F;
}
</style>