Shades of Apple #7DB93E
Tints of Apple #7DB93E
RGB
CMYK
RGB Variations
Color information
#7DB93E (or 0x7DB93E) is known color: Apple. HEX triplet: 7D, B9 and 3E. RGB value is (125,185,62). Sum of RGB (Red+Green+Blue) = 125+185+62=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB93E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB93E is #8246C1. Grayscale: #999999. Windows color (decimal): -8537794 or 4110717. OLE color: 4110717.
HSL color Cylindrical-coordinate representation of color #7DB93E: hue angle of 89.27º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DB93E is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 62 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.27 |
| HSL | 89.27º | 0.5% | 0.48% | - |
| HSV(B) | 89.27º | 0.66% | 0.73% | - |
| XYZ | 26.68 | 39.41 | 10.76 | - |
| YUV | 153.04 | 76.62 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 62 | 0.32 | 0 | 0.66 | 0.27 | 89.27 | 0.5 | 0.48 |
| Hex | 7D | B9 | 3E | 20 | 0 | 42 | 1B | 59 | 32 | 30 |
| Octal | 175 | 271 | 76 | 40 | 0 | 102 | 33 | 131 | 62 | 60 |
| Binary | 1111101 | 10111001 | 111110 | 100000 | 0 | 1000010 | 11011 | 1011001 | 110010 | 110000 |
Color Harmonies of #7DB93E
Complementary color
Monochromatic Colors of #7DB93E
Black with #7DB93E
Text Example
Text Example
White with #7DB93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB93E; }
p { color: rgb(125,185,62); }
H1.HeaderClassName
{
color: #7DB93E;
}
.AnyTagClassName
{
color: #7DB93E;
}
</style>
background-color css
<style>
a { background-color: #7DB93E; }
a { background-color: rgb(125,185,62); }
div.DivClassName
{
background-color: #7DB93E;
}
.BgClassName
{
background-color: #7DB93E;
}
</style>
border-color css
<style>
span { border-color: #7DB93E; }
span { border-color: rgb(125,185,62); }
td.TdClassName
{
border-color: #7DB93E;
}
.TagClassName
{
border-color: #7DB93E;
}
</style>