Shades of Deco #BED37E
Tints of Deco #BED37E
RGB
CMYK
RGB Variations
Color information
#BED37E (or 0xBED37E) is known color: Deco. HEX triplet: BE, D3 and 7E. RGB value is (190,211,126). Sum of RGB (Red+Green+Blue) = 190+211+126=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #BED37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED37E is #412C81. Grayscale: #C3C3C3. Windows color (decimal): -4271234 or 8311742. OLE color: 8311742.
HSL color Cylindrical-coordinate representation of color #BED37E: hue angle of 74.82º degrees, saturation: 0.49, 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 #BED37E is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 126 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.17 |
| HSL | 74.82º | 0.49% | 0.66% | - |
| HSV(B) | 74.82º | 0.4% | 0.83% | - |
| XYZ | 48.3 | 59.04 | 28.59 | - |
| YUV | 195.03 | 89.04 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 126 | 0.10 | 0 | 0.40 | 0.17 | 74.82 | 0.49 | 0.66 |
| Hex | BE | D3 | 7E | A | 0 | 28 | 11 | 4B | 31 | 42 |
| Octal | 276 | 323 | 176 | 12 | 0 | 50 | 21 | 113 | 61 | 102 |
| Binary | 10111110 | 11010011 | 1111110 | 1010 | 0 | 101000 | 10001 | 1001011 | 110001 | 1000010 |
Color Harmonies of #BED37E
Complementary color
Monochromatic Colors of #BED37E
Black with #BED37E
Text Example
Text Example
White with #BED37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED37E; }
p { color: rgb(190,211,126); }
H1.HeaderClassName
{
color: #BED37E;
}
.AnyTagClassName
{
color: #BED37E;
}
</style>
background-color css
<style>
a { background-color: #BED37E; }
a { background-color: rgb(190,211,126); }
div.DivClassName
{
background-color: #BED37E;
}
.BgClassName
{
background-color: #BED37E;
}
</style>
border-color css
<style>
span { border-color: #BED37E; }
span { border-color: rgb(190,211,126); }
td.TdClassName
{
border-color: #BED37E;
}
.TagClassName
{
border-color: #BED37E;
}
</style>