Shades of Apple #76C933
Tints of Apple #76C933
RGB
CMYK
RGB Variations
Color information
#76C933 (or 0x76C933) is known color: Apple. HEX triplet: 76, C9 and 33. RGB value is (118,201,51). Sum of RGB (Red+Green+Blue) = 118+201+51=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 201 (78.91% from 255 or 54.32% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 201 - color contains mainly: green. Hex color #76C933 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C933 is #8936CC. Grayscale: #9F9F9F. Windows color (decimal): -8992461 or 3393910. OLE color: 3393910.
HSL color Cylindrical-coordinate representation of color #76C933: hue angle of 93.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76C933 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 201 | 51 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.21 |
| HSL | 93.2º | 0.6% | 0.49% | - |
| HSV(B) | 93.2º | 0.75% | 0.79% | - |
| XYZ | 28.96 | 45.86 | 10.46 | - |
| YUV | 159.08 | 67 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 201 | 51 | 0.41 | 0 | 0.75 | 0.21 | 93.2 | 0.6 | 0.49 |
| Hex | 76 | C9 | 33 | 29 | 0 | 4B | 15 | 5D | 3C | 31 |
| Octal | 166 | 311 | 63 | 51 | 0 | 113 | 25 | 135 | 74 | 61 |
| Binary | 1110110 | 11001001 | 110011 | 101001 | 0 | 1001011 | 10101 | 1011101 | 111100 | 110001 |
Color Harmonies of #76C933
Complementary color
Monochromatic Colors of #76C933
Black with #76C933
Text Example
Text Example
White with #76C933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C933; }
p { color: rgb(118,201,51); }
H1.HeaderClassName
{
color: #76C933;
}
.AnyTagClassName
{
color: #76C933;
}
</style>
background-color css
<style>
a { background-color: #76C933; }
a { background-color: rgb(118,201,51); }
div.DivClassName
{
background-color: #76C933;
}
.BgClassName
{
background-color: #76C933;
}
</style>
border-color css
<style>
span { border-color: #76C933; }
span { border-color: rgb(118,201,51); }
td.TdClassName
{
border-color: #76C933;
}
.TagClassName
{
border-color: #76C933;
}
</style>