Shades of Apple #76C23D
Tints of Apple #76C23D
RGB
CMYK
RGB Variations
Color information
#76C23D (or 0x76C23D) is known color: Apple. HEX triplet: 76, C2 and 3D. RGB value is (118,194,61). Sum of RGB (Red+Green+Blue) = 118+194+61=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #76C23D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C23D is #893DC2. Grayscale: #9C9C9C. Windows color (decimal): -8994243 or 4047478. OLE color: 4047478.
HSL color Cylindrical-coordinate representation of color #76C23D: hue angle of 94.29º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76C23D is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 194 | 61 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.24 |
| HSL | 94.29º | 0.52% | 0.5% | - |
| HSV(B) | 94.29º | 0.69% | 0.76% | - |
| XYZ | 27.61 | 42.77 | 11.22 | - |
| YUV | 156.11 | 74.32 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 194 | 61 | 0.39 | 0 | 0.69 | 0.24 | 94.29 | 0.52 | 0.5 |
| Hex | 76 | C2 | 3D | 27 | 0 | 45 | 18 | 5E | 34 | 32 |
| Octal | 166 | 302 | 75 | 47 | 0 | 105 | 30 | 136 | 64 | 62 |
| Binary | 1110110 | 11000010 | 111101 | 100111 | 0 | 1000101 | 11000 | 1011110 | 110100 | 110010 |
Color Harmonies of #76C23D
Complementary color
Monochromatic Colors of #76C23D
Black with #76C23D
Text Example
Text Example
White with #76C23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C23D; }
p { color: rgb(118,194,61); }
H1.HeaderClassName
{
color: #76C23D;
}
.AnyTagClassName
{
color: #76C23D;
}
</style>
background-color css
<style>
a { background-color: #76C23D; }
a { background-color: rgb(118,194,61); }
div.DivClassName
{
background-color: #76C23D;
}
.BgClassName
{
background-color: #76C23D;
}
</style>
border-color css
<style>
span { border-color: #76C23D; }
span { border-color: rgb(118,194,61); }
td.TdClassName
{
border-color: #76C23D;
}
.TagClassName
{
border-color: #76C23D;
}
</style>