Shades of Apple #7DB93F
Tints of Apple #7DB93F
RGB
CMYK
RGB Variations
Color information
#7DB93F (or 0x7DB93F) is known color: Apple. HEX triplet: 7D, B9 and 3F. RGB value is (125,185,63). Sum of RGB (Red+Green+Blue) = 125+185+63=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB93F is #8246C0. Grayscale: #999999. Windows color (decimal): -8537793 or 4176253. OLE color: 4176253.
HSL color Cylindrical-coordinate representation of color #7DB93F: hue angle of 89.51º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DB93F is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 63 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.27 |
| HSL | 89.51º | 0.49% | 0.49% | - |
| HSV(B) | 89.51º | 0.66% | 0.73% | - |
| XYZ | 26.7 | 39.42 | 10.9 | - |
| YUV | 153.15 | 77.12 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 63 | 0.32 | 0 | 0.66 | 0.27 | 89.51 | 0.49 | 0.49 |
| Hex | 7D | B9 | 3F | 20 | 0 | 42 | 1B | 5A | 31 | 31 |
| Octal | 175 | 271 | 77 | 40 | 0 | 102 | 33 | 132 | 61 | 61 |
| Binary | 1111101 | 10111001 | 111111 | 100000 | 0 | 1000010 | 11011 | 1011010 | 110001 | 110001 |
Color Harmonies of #7DB93F
Complementary color
Monochromatic Colors of #7DB93F
Black with #7DB93F
Text Example
Text Example
White with #7DB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB93F; }
p { color: rgb(125,185,63); }
H1.HeaderClassName
{
color: #7DB93F;
}
.AnyTagClassName
{
color: #7DB93F;
}
</style>
background-color css
<style>
a { background-color: #7DB93F; }
a { background-color: rgb(125,185,63); }
div.DivClassName
{
background-color: #7DB93F;
}
.BgClassName
{
background-color: #7DB93F;
}
</style>
border-color css
<style>
span { border-color: #7DB93F; }
span { border-color: rgb(125,185,63); }
td.TdClassName
{
border-color: #7DB93F;
}
.TagClassName
{
border-color: #7DB93F;
}
</style>