Shades of Apple #7DBE3D
Tints of Apple #7DBE3D
RGB
CMYK
RGB Variations
Color information
#7DBE3D (or 0x7DBE3D) is known color: Apple. HEX triplet: 7D, BE and 3D. RGB value is (125,190,61). Sum of RGB (Red+Green+Blue) = 125+190+61=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBE3D is #8241C2. Grayscale: #9C9C9C. Windows color (decimal): -8536515 or 4046461. OLE color: 4046461.
HSL color Cylindrical-coordinate representation of color #7DBE3D: hue angle of 90.23º degrees, saturation: 0.51, 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 #7DBE3D is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 61 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.25 |
| HSL | 90.23º | 0.51% | 0.49% | - |
| HSV(B) | 90.23º | 0.68% | 0.75% | - |
| XYZ | 27.71 | 41.52 | 10.97 | - |
| YUV | 155.86 | 74.47 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 61 | 0.34 | 0 | 0.68 | 0.25 | 90.23 | 0.51 | 0.49 |
| Hex | 7D | BE | 3D | 22 | 0 | 44 | 19 | 5A | 33 | 31 |
| Octal | 175 | 276 | 75 | 42 | 0 | 104 | 31 | 132 | 63 | 61 |
| Binary | 1111101 | 10111110 | 111101 | 100010 | 0 | 1000100 | 11001 | 1011010 | 110011 | 110001 |
Color Harmonies of #7DBE3D
Complementary color
Monochromatic Colors of #7DBE3D
Black with #7DBE3D
Text Example
Text Example
White with #7DBE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE3D; }
p { color: rgb(125,190,61); }
H1.HeaderClassName
{
color: #7DBE3D;
}
.AnyTagClassName
{
color: #7DBE3D;
}
</style>
background-color css
<style>
a { background-color: #7DBE3D; }
a { background-color: rgb(125,190,61); }
div.DivClassName
{
background-color: #7DBE3D;
}
.BgClassName
{
background-color: #7DBE3D;
}
</style>
border-color css
<style>
span { border-color: #7DBE3D; }
span { border-color: rgb(125,190,61); }
td.TdClassName
{
border-color: #7DBE3D;
}
.TagClassName
{
border-color: #7DBE3D;
}
</style>