Shades of Apple #7DBD3C
Tints of Apple #7DBD3C
RGB
CMYK
RGB Variations
Color information
#7DBD3C (or 0x7DBD3C) is known color: Apple. HEX triplet: 7D, BD and 3C. RGB value is (125,189,60). Sum of RGB (Red+Green+Blue) = 125+189+60=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBD3C is #8242C3. Grayscale: #9B9B9B. Windows color (decimal): -8536772 or 3980669. OLE color: 3980669.
HSL color Cylindrical-coordinate representation of color #7DBD3C: hue angle of 89.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DBD3C is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 60 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.26 |
| HSL | 89.77º | 0.52% | 0.49% | - |
| HSV(B) | 89.77º | 0.68% | 0.74% | - |
| XYZ | 27.47 | 41.08 | 10.76 | - |
| YUV | 155.16 | 74.3 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 60 | 0.34 | 0 | 0.68 | 0.26 | 89.77 | 0.52 | 0.49 |
| Hex | 7D | BD | 3C | 22 | 0 | 44 | 1A | 5A | 34 | 31 |
| Octal | 175 | 275 | 74 | 42 | 0 | 104 | 32 | 132 | 64 | 61 |
| Binary | 1111101 | 10111101 | 111100 | 100010 | 0 | 1000100 | 11010 | 1011010 | 110100 | 110001 |
Color Harmonies of #7DBD3C
Complementary color
Monochromatic Colors of #7DBD3C
Black with #7DBD3C
Text Example
Text Example
White with #7DBD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD3C; }
p { color: rgb(125,189,60); }
H1.HeaderClassName
{
color: #7DBD3C;
}
.AnyTagClassName
{
color: #7DBD3C;
}
</style>
background-color css
<style>
a { background-color: #7DBD3C; }
a { background-color: rgb(125,189,60); }
div.DivClassName
{
background-color: #7DBD3C;
}
.BgClassName
{
background-color: #7DBD3C;
}
</style>
border-color css
<style>
span { border-color: #7DBD3C; }
span { border-color: rgb(125,189,60); }
td.TdClassName
{
border-color: #7DBD3C;
}
.TagClassName
{
border-color: #7DBD3C;
}
</style>