Shades of Apple #7DBE3C
Tints of Apple #7DBE3C
RGB
CMYK
RGB Variations
Color information
#7DBE3C (or 0x7DBE3C) is known color: Apple. HEX triplet: 7D, BE and 3C. RGB value is (125,190,60). Sum of RGB (Red+Green+Blue) = 125+190+60=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBE3C is #8241C3. Grayscale: #9C9C9C. Windows color (decimal): -8536516 or 3980925. OLE color: 3980925.
HSL color Cylindrical-coordinate representation of color #7DBE3C: hue angle of 90º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DBE3C is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 60 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.25 |
| HSL | 90º | 0.52% | 0.49% | - |
| HSV(B) | 90º | 0.68% | 0.75% | - |
| XYZ | 27.69 | 41.51 | 10.83 | - |
| YUV | 155.75 | 73.97 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 60 | 0.34 | 0 | 0.68 | 0.25 | 90 | 0.52 | 0.49 |
| Hex | 7D | BE | 3C | 22 | 0 | 44 | 19 | 5A | 34 | 31 |
| Octal | 175 | 276 | 74 | 42 | 0 | 104 | 31 | 132 | 64 | 61 |
| Binary | 1111101 | 10111110 | 111100 | 100010 | 0 | 1000100 | 11001 | 1011010 | 110100 | 110001 |
Color Harmonies of #7DBE3C
Complementary color
Monochromatic Colors of #7DBE3C
Black with #7DBE3C
Text Example
Text Example
White with #7DBE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE3C; }
p { color: rgb(125,190,60); }
H1.HeaderClassName
{
color: #7DBE3C;
}
.AnyTagClassName
{
color: #7DBE3C;
}
</style>
background-color css
<style>
a { background-color: #7DBE3C; }
a { background-color: rgb(125,190,60); }
div.DivClassName
{
background-color: #7DBE3C;
}
.BgClassName
{
background-color: #7DBE3C;
}
</style>
border-color css
<style>
span { border-color: #7DBE3C; }
span { border-color: rgb(125,190,60); }
td.TdClassName
{
border-color: #7DBE3C;
}
.TagClassName
{
border-color: #7DBE3C;
}
</style>