Shades of Apple #76CA34
Tints of Apple #76CA34
RGB
CMYK
RGB Variations
Color information
#76CA34 (or 0x76CA34) is known color: Apple. HEX triplet: 76, CA and 34. RGB value is (118,202,52). Sum of RGB (Red+Green+Blue) = 118+202+52=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CA34 is #8935CB. Grayscale: #A0A0A0. Windows color (decimal): -8992204 or 3459702. OLE color: 3459702.
HSL color Cylindrical-coordinate representation of color #76CA34: hue angle of 93.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76CA34 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 52 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.21 |
| HSL | 93.6º | 0.59% | 0.5% | - |
| HSV(B) | 93.6º | 0.74% | 0.79% | - |
| XYZ | 29.21 | 46.34 | 10.65 | - |
| YUV | 159.78 | 67.17 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 52 | 0.42 | 0 | 0.74 | 0.21 | 93.6 | 0.59 | 0.5 |
| Hex | 76 | CA | 34 | 2A | 0 | 4A | 15 | 5E | 3B | 32 |
| Octal | 166 | 312 | 64 | 52 | 0 | 112 | 25 | 136 | 73 | 62 |
| Binary | 1110110 | 11001010 | 110100 | 101010 | 0 | 1001010 | 10101 | 1011110 | 111011 | 110010 |
Color Harmonies of #76CA34
Complementary color
Monochromatic Colors of #76CA34
Black with #76CA34
Text Example
Text Example
White with #76CA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CA34; }
p { color: rgb(118,202,52); }
H1.HeaderClassName
{
color: #76CA34;
}
.AnyTagClassName
{
color: #76CA34;
}
</style>
background-color css
<style>
a { background-color: #76CA34; }
a { background-color: rgb(118,202,52); }
div.DivClassName
{
background-color: #76CA34;
}
.BgClassName
{
background-color: #76CA34;
}
</style>
border-color css
<style>
span { border-color: #76CA34; }
span { border-color: rgb(118,202,52); }
td.TdClassName
{
border-color: #76CA34;
}
.TagClassName
{
border-color: #76CA34;
}
</style>