Shades of Apple #77CC35
Tints of Apple #77CC35
RGB
CMYK
RGB Variations
Color information
#77CC35 (or 0x77CC35) is known color: Apple. HEX triplet: 77, CC and 35. RGB value is (119,204,53). Sum of RGB (Red+Green+Blue) = 119+204+53=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 204 (80.08% from 255 or 54.26% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CC35 is #8833CA. Grayscale: #A1A1A1. Windows color (decimal): -8926155 or 3525751. OLE color: 3525751.
HSL color Cylindrical-coordinate representation of color #77CC35: hue angle of 93.77º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77CC35 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 53 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.2 |
| HSL | 93.77º | 0.6% | 0.5% | - |
| HSV(B) | 93.77º | 0.74% | 0.8% | - |
| XYZ | 29.84 | 47.36 | 10.94 | - |
| YUV | 161.37 | 66.84 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 53 | 0.42 | 0 | 0.74 | 0.2 | 93.77 | 0.6 | 0.5 |
| Hex | 77 | CC | 35 | 2A | 0 | 4A | 14 | 5E | 3C | 32 |
| Octal | 167 | 314 | 65 | 52 | 0 | 112 | 24 | 136 | 74 | 62 |
| Binary | 1110111 | 11001100 | 110101 | 101010 | 0 | 1001010 | 10100 | 1011110 | 111100 | 110010 |
Color Harmonies of #77CC35
Complementary color
Monochromatic Colors of #77CC35
Black with #77CC35
Text Example
Text Example
White with #77CC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC35; }
p { color: rgb(119,204,53); }
H1.HeaderClassName
{
color: #77CC35;
}
.AnyTagClassName
{
color: #77CC35;
}
</style>
background-color css
<style>
a { background-color: #77CC35; }
a { background-color: rgb(119,204,53); }
div.DivClassName
{
background-color: #77CC35;
}
.BgClassName
{
background-color: #77CC35;
}
</style>
border-color css
<style>
span { border-color: #77CC35; }
span { border-color: rgb(119,204,53); }
td.TdClassName
{
border-color: #77CC35;
}
.TagClassName
{
border-color: #77CC35;
}
</style>