Shades of Apple #7DBD3E
Tints of Apple #7DBD3E
RGB
CMYK
RGB Variations
Color information
#7DBD3E (or 0x7DBD3E) is known color: Apple. HEX triplet: 7D, BD and 3E. RGB value is (125,189,62). Sum of RGB (Red+Green+Blue) = 125+189+62=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBD3E is #8242C1. Grayscale: #9B9B9B. Windows color (decimal): -8536770 or 4111741. OLE color: 4111741.
HSL color Cylindrical-coordinate representation of color #7DBD3E: hue angle of 90.24º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DBD3E is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 62 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.26 |
| HSL | 90.24º | 0.51% | 0.49% | - |
| HSV(B) | 90.24º | 0.67% | 0.74% | - |
| XYZ | 27.52 | 41.1 | 11.04 | - |
| YUV | 155.39 | 75.3 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 62 | 0.34 | 0 | 0.67 | 0.26 | 90.24 | 0.51 | 0.49 |
| Hex | 7D | BD | 3E | 22 | 0 | 43 | 1A | 5A | 33 | 31 |
| Octal | 175 | 275 | 76 | 42 | 0 | 103 | 32 | 132 | 63 | 61 |
| Binary | 1111101 | 10111101 | 111110 | 100010 | 0 | 1000011 | 11010 | 1011010 | 110011 | 110001 |
Color Harmonies of #7DBD3E
Complementary color
Monochromatic Colors of #7DBD3E
Black with #7DBD3E
Text Example
Text Example
White with #7DBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD3E; }
p { color: rgb(125,189,62); }
H1.HeaderClassName
{
color: #7DBD3E;
}
.AnyTagClassName
{
color: #7DBD3E;
}
</style>
background-color css
<style>
a { background-color: #7DBD3E; }
a { background-color: rgb(125,189,62); }
div.DivClassName
{
background-color: #7DBD3E;
}
.BgClassName
{
background-color: #7DBD3E;
}
</style>
border-color css
<style>
span { border-color: #7DBD3E; }
span { border-color: rgb(125,189,62); }
td.TdClassName
{
border-color: #7DBD3E;
}
.TagClassName
{
border-color: #7DBD3E;
}
</style>