Shades of Apple #77CC3A
Tints of Apple #77CC3A
RGB
CMYK
RGB Variations
Color information
#77CC3A (or 0x77CC3A) is known color: Apple. HEX triplet: 77, CC and 3A. RGB value is (119,204,58). Sum of RGB (Red+Green+Blue) = 119+204+58=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CC3A is #8833C5. Grayscale: #A2A2A2. Windows color (decimal): -8926150 or 3853431. OLE color: 3853431.
HSL color Cylindrical-coordinate representation of color #77CC3A: hue angle of 94.93º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77CC3A is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 58 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.2 |
| HSL | 94.93º | 0.59% | 0.51% | - |
| HSV(B) | 94.93º | 0.72% | 0.8% | - |
| XYZ | 29.96 | 47.41 | 11.58 | - |
| YUV | 161.94 | 69.34 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 58 | 0.42 | 0 | 0.72 | 0.2 | 94.93 | 0.59 | 0.51 |
| Hex | 77 | CC | 3A | 2A | 0 | 48 | 14 | 5F | 3B | 33 |
| Octal | 167 | 314 | 72 | 52 | 0 | 110 | 24 | 137 | 73 | 63 |
| Binary | 1110111 | 11001100 | 111010 | 101010 | 0 | 1001000 | 10100 | 1011111 | 111011 | 110011 |
Color Harmonies of #77CC3A
Complementary color
Monochromatic Colors of #77CC3A
Black with #77CC3A
Text Example
Text Example
White with #77CC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC3A; }
p { color: rgb(119,204,58); }
H1.HeaderClassName
{
color: #77CC3A;
}
.AnyTagClassName
{
color: #77CC3A;
}
</style>
background-color css
<style>
a { background-color: #77CC3A; }
a { background-color: rgb(119,204,58); }
div.DivClassName
{
background-color: #77CC3A;
}
.BgClassName
{
background-color: #77CC3A;
}
</style>
border-color css
<style>
span { border-color: #77CC3A; }
span { border-color: rgb(119,204,58); }
td.TdClassName
{
border-color: #77CC3A;
}
.TagClassName
{
border-color: #77CC3A;
}
</style>