Shades of Apple #62A255
Tints of Apple #62A255
RGB
CMYK
RGB Variations
Color information
#62A255 (or 0x62A255) is known color: Apple. HEX triplet: 62, A2 and 55. RGB value is (98,162,85). Sum of RGB (Red+Green+Blue) = 98+162+85=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #62A255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A255 is #9D5DAA. Grayscale: #868686. Windows color (decimal): -10313131 or 5612130. OLE color: 5612130.
HSL color Cylindrical-coordinate representation of color #62A255: hue angle of 109.87º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62A255 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 162 | 85 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.36 |
| HSL | 109.87º | 0.31% | 0.48% | - |
| HSV(B) | 109.87º | 0.48% | 0.64% | - |
| XYZ | 19.6 | 29.09 | 13.18 | - |
| YUV | 134.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 162 | 85 | 0.40 | 0 | 0.48 | 0.36 | 109.87 | 0.31 | 0.48 |
| Hex | 62 | A2 | 55 | 28 | 0 | 30 | 24 | 6E | 1F | 30 |
| Octal | 142 | 242 | 125 | 50 | 0 | 60 | 44 | 156 | 37 | 60 |
| Binary | 1100010 | 10100010 | 1010101 | 101000 | 0 | 110000 | 100100 | 1101110 | 11111 | 110000 |
Color Harmonies of #62A255
Complementary color
Monochromatic Colors of #62A255
Black with #62A255
Text Example
Text Example
White with #62A255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A255; }
p { color: rgb(98,162,85); }
H1.HeaderClassName
{
color: #62A255;
}
.AnyTagClassName
{
color: #62A255;
}
</style>
background-color css
<style>
a { background-color: #62A255; }
a { background-color: rgb(98,162,85); }
div.DivClassName
{
background-color: #62A255;
}
.BgClassName
{
background-color: #62A255;
}
</style>
border-color css
<style>
span { border-color: #62A255; }
span { border-color: rgb(98,162,85); }
td.TdClassName
{
border-color: #62A255;
}
.TagClassName
{
border-color: #62A255;
}
</style>