Shades of Apple #76CB36
Tints of Apple #76CB36
RGB
CMYK
RGB Variations
Color information
#76CB36 (or 0x76CB36) is known color: Apple. HEX triplet: 76, CB and 36. RGB value is (118,203,54). Sum of RGB (Red+Green+Blue) = 118+203+54=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CB36 is #8934C9. Grayscale: #A1A1A1. Windows color (decimal): -8991946 or 3591030. OLE color: 3591030.
HSL color Cylindrical-coordinate representation of color #76CB36: hue angle of 94.23º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76CB36 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 203 | 54 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.20 |
| HSL | 94.23º | 0.59% | 0.5% | - |
| HSV(B) | 94.23º | 0.73% | 0.8% | - |
| XYZ | 29.49 | 46.83 | 10.97 | - |
| YUV | 160.6 | 67.84 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 203 | 54 | 0.42 | 0 | 0.73 | 0.20 | 94.23 | 0.59 | 0.5 |
| Hex | 76 | CB | 36 | 2A | 0 | 49 | 14 | 5E | 3B | 32 |
| Octal | 166 | 313 | 66 | 52 | 0 | 111 | 24 | 136 | 73 | 62 |
| Binary | 1110110 | 11001011 | 110110 | 101010 | 0 | 1001001 | 10100 | 1011110 | 111011 | 110010 |
Color Harmonies of #76CB36
Complementary color
Monochromatic Colors of #76CB36
Black with #76CB36
Text Example
Text Example
White with #76CB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CB36; }
p { color: rgb(118,203,54); }
H1.HeaderClassName
{
color: #76CB36;
}
.AnyTagClassName
{
color: #76CB36;
}
</style>
background-color css
<style>
a { background-color: #76CB36; }
a { background-color: rgb(118,203,54); }
div.DivClassName
{
background-color: #76CB36;
}
.BgClassName
{
background-color: #76CB36;
}
</style>
border-color css
<style>
span { border-color: #76CB36; }
span { border-color: rgb(118,203,54); }
td.TdClassName
{
border-color: #76CB36;
}
.TagClassName
{
border-color: #76CB36;
}
</style>