Shades of Apple #7CC33B
Tints of Apple #7CC33B
RGB
CMYK
RGB Variations
Color information
#7CC33B (or 0x7CC33B) is known color: Apple. HEX triplet: 7C, C3 and 3B. RGB value is (124,195,59). Sum of RGB (Red+Green+Blue) = 124+195+59=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 195 (76.56% from 255 or 51.59% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC33B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC33B is #833CC4. Grayscale: #9E9E9E. Windows color (decimal): -8600773 or 3916668. OLE color: 3916668.
HSL color Cylindrical-coordinate representation of color #7CC33B: hue angle of 91.32º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7CC33B is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 195 | 59 | - |
| CMYK | 0.36 | 0 | 0.70 | 0.24 |
| HSL | 91.32º | 0.54% | 0.5% | - |
| HSV(B) | 91.32º | 0.7% | 0.76% | - |
| XYZ | 28.62 | 43.63 | 11.05 | - |
| YUV | 158.27 | 71.98 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 195 | 59 | 0.36 | 0 | 0.70 | 0.24 | 91.32 | 0.54 | 0.5 |
| Hex | 7C | C3 | 3B | 24 | 0 | 46 | 18 | 5B | 36 | 32 |
| Octal | 174 | 303 | 73 | 44 | 0 | 106 | 30 | 133 | 66 | 62 |
| Binary | 1111100 | 11000011 | 111011 | 100100 | 0 | 1000110 | 11000 | 1011011 | 110110 | 110010 |
Color Harmonies of #7CC33B
Complementary color
Monochromatic Colors of #7CC33B
Black with #7CC33B
Text Example
Text Example
White with #7CC33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC33B; }
p { color: rgb(124,195,59); }
H1.HeaderClassName
{
color: #7CC33B;
}
.AnyTagClassName
{
color: #7CC33B;
}
</style>
background-color css
<style>
a { background-color: #7CC33B; }
a { background-color: rgb(124,195,59); }
div.DivClassName
{
background-color: #7CC33B;
}
.BgClassName
{
background-color: #7CC33B;
}
</style>
border-color css
<style>
span { border-color: #7CC33B; }
span { border-color: rgb(124,195,59); }
td.TdClassName
{
border-color: #7CC33B;
}
.TagClassName
{
border-color: #7CC33B;
}
</style>