Shades of Apple #62AA4D
Tints of Apple #62AA4D
RGB
CMYK
RGB Variations
Color information
#62AA4D (or 0x62AA4D) is known color: Apple. HEX triplet: 62, AA and 4D. RGB value is (98,170,77). Sum of RGB (Red+Green+Blue) = 98+170+77=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #62AA4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AA4D is #9D55B2. Grayscale: #8A8A8A. Windows color (decimal): -10311091 or 5089890. OLE color: 5089890.
HSL color Cylindrical-coordinate representation of color #62AA4D: hue angle of 106.45º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62AA4D is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 170 | 77 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.33 |
| HSL | 106.45º | 0.38% | 0.48% | - |
| HSV(B) | 106.45º | 0.55% | 0.67% | - |
| XYZ | 20.75 | 31.88 | 12.08 | - |
| YUV | 137.87 | 93.65 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 170 | 77 | 0.42 | 0 | 0.55 | 0.33 | 106.45 | 0.38 | 0.48 |
| Hex | 62 | AA | 4D | 2A | 0 | 37 | 21 | 6A | 26 | 30 |
| Octal | 142 | 252 | 115 | 52 | 0 | 67 | 41 | 152 | 46 | 60 |
| Binary | 1100010 | 10101010 | 1001101 | 101010 | 0 | 110111 | 100001 | 1101010 | 100110 | 110000 |
Color Harmonies of #62AA4D
Complementary color
Monochromatic Colors of #62AA4D
Black with #62AA4D
Text Example
Text Example
White with #62AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AA4D; }
p { color: rgb(98,170,77); }
H1.HeaderClassName
{
color: #62AA4D;
}
.AnyTagClassName
{
color: #62AA4D;
}
</style>
background-color css
<style>
a { background-color: #62AA4D; }
a { background-color: rgb(98,170,77); }
div.DivClassName
{
background-color: #62AA4D;
}
.BgClassName
{
background-color: #62AA4D;
}
</style>
border-color css
<style>
span { border-color: #62AA4D; }
span { border-color: rgb(98,170,77); }
td.TdClassName
{
border-color: #62AA4D;
}
.TagClassName
{
border-color: #62AA4D;
}
</style>