Shades of Apple #76D638
Tints of Apple #76D638
RGB
CMYK
RGB Variations
Color information
#76D638 (or 0x76D638) is known color: Apple. HEX triplet: 76, D6 and 38. RGB value is (118,214,56). Sum of RGB (Red+Green+Blue) = 118+214+56=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 214 (83.98% from 255 or 55.15% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 214 - color contains mainly: green. Hex color #76D638 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D638 is #8929C7. Grayscale: #A7A7A7. Windows color (decimal): -8989128 or 3724918. OLE color: 3724918.
HSL color Cylindrical-coordinate representation of color #76D638: hue angle of 96.46º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76D638 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 214 | 56 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.16 |
| HSL | 96.46º | 0.66% | 0.53% | - |
| HSV(B) | 96.46º | 0.74% | 0.84% | - |
| XYZ | 32.23 | 52.23 | 12.12 | - |
| YUV | 167.28 | 65.2 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 214 | 56 | 0.45 | 0 | 0.74 | 0.16 | 96.46 | 0.66 | 0.53 |
| Hex | 76 | D6 | 38 | 2D | 0 | 4A | 10 | 60 | 42 | 35 |
| Octal | 166 | 326 | 70 | 55 | 0 | 112 | 20 | 140 | 102 | 65 |
| Binary | 1110110 | 11010110 | 111000 | 101101 | 0 | 1001010 | 10000 | 1100000 | 1000010 | 110101 |
Color Harmonies of #76D638
Complementary color
Monochromatic Colors of #76D638
Black with #76D638
Text Example
Text Example
White with #76D638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D638; }
p { color: rgb(118,214,56); }
H1.HeaderClassName
{
color: #76D638;
}
.AnyTagClassName
{
color: #76D638;
}
</style>
background-color css
<style>
a { background-color: #76D638; }
a { background-color: rgb(118,214,56); }
div.DivClassName
{
background-color: #76D638;
}
.BgClassName
{
background-color: #76D638;
}
</style>
border-color css
<style>
span { border-color: #76D638; }
span { border-color: rgb(118,214,56); }
td.TdClassName
{
border-color: #76D638;
}
.TagClassName
{
border-color: #76D638;
}
</style>