Shades of Apple #77CD37
Tints of Apple #77CD37
RGB
CMYK
RGB Variations
Color information
#77CD37 (or 0x77CD37) is known color: Apple. HEX triplet: 77, CD and 37. RGB value is (119,205,55). Sum of RGB (Red+Green+Blue) = 119+205+55=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #77CD37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CD37 is #8832C8. Grayscale: #A2A2A2. Windows color (decimal): -8925897 or 3657079. OLE color: 3657079.
HSL color Cylindrical-coordinate representation of color #77CD37: hue angle of 94.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77CD37 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 55 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.20 |
| HSL | 94.4º | 0.6% | 0.51% | - |
| HSV(B) | 94.4º | 0.73% | 0.8% | - |
| XYZ | 30.13 | 47.86 | 11.26 | - |
| YUV | 162.19 | 67.51 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 55 | 0.42 | 0 | 0.73 | 0.20 | 94.4 | 0.6 | 0.51 |
| Hex | 77 | CD | 37 | 2A | 0 | 49 | 14 | 5E | 3C | 33 |
| Octal | 167 | 315 | 67 | 52 | 0 | 111 | 24 | 136 | 74 | 63 |
| Binary | 1110111 | 11001101 | 110111 | 101010 | 0 | 1001001 | 10100 | 1011110 | 111100 | 110011 |
Color Harmonies of #77CD37
Complementary color
Monochromatic Colors of #77CD37
Black with #77CD37
Text Example
Text Example
White with #77CD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CD37; }
p { color: rgb(119,205,55); }
H1.HeaderClassName
{
color: #77CD37;
}
.AnyTagClassName
{
color: #77CD37;
}
</style>
background-color css
<style>
a { background-color: #77CD37; }
a { background-color: rgb(119,205,55); }
div.DivClassName
{
background-color: #77CD37;
}
.BgClassName
{
background-color: #77CD37;
}
</style>
border-color css
<style>
span { border-color: #77CD37; }
span { border-color: rgb(119,205,55); }
td.TdClassName
{
border-color: #77CD37;
}
.TagClassName
{
border-color: #77CD37;
}
</style>