Shades of Apple #7CC03D
Tints of Apple #7CC03D
RGB
CMYK
RGB Variations
Color information
#7CC03D (or 0x7CC03D) is known color: Apple. HEX triplet: 7C, C0 and 3D. RGB value is (124,192,61). Sum of RGB (Red+Green+Blue) = 124+192+61=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC03D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC03D is #833FC2. Grayscale: #9D9D9D. Windows color (decimal): -8601539 or 4046972. OLE color: 4046972.
HSL color Cylindrical-coordinate representation of color #7CC03D: hue angle of 91.15º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7CC03D is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 61 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.25 |
| HSL | 91.15º | 0.52% | 0.5% | - |
| HSV(B) | 91.15º | 0.68% | 0.75% | - |
| XYZ | 28 | 42.32 | 11.11 | - |
| YUV | 156.73 | 73.97 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 61 | 0.35 | 0 | 0.68 | 0.25 | 91.15 | 0.52 | 0.5 |
| Hex | 7C | C0 | 3D | 23 | 0 | 44 | 19 | 5B | 34 | 32 |
| Octal | 174 | 300 | 75 | 43 | 0 | 104 | 31 | 133 | 64 | 62 |
| Binary | 1111100 | 11000000 | 111101 | 100011 | 0 | 1000100 | 11001 | 1011011 | 110100 | 110010 |
Color Harmonies of #7CC03D
Complementary color
Monochromatic Colors of #7CC03D
Black with #7CC03D
Text Example
Text Example
White with #7CC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC03D; }
p { color: rgb(124,192,61); }
H1.HeaderClassName
{
color: #7CC03D;
}
.AnyTagClassName
{
color: #7CC03D;
}
</style>
background-color css
<style>
a { background-color: #7CC03D; }
a { background-color: rgb(124,192,61); }
div.DivClassName
{
background-color: #7CC03D;
}
.BgClassName
{
background-color: #7CC03D;
}
</style>
border-color css
<style>
span { border-color: #7CC03D; }
span { border-color: rgb(124,192,61); }
td.TdClassName
{
border-color: #7CC03D;
}
.TagClassName
{
border-color: #7CC03D;
}
</style>