Shades of Apple #62BA56
Tints of Apple #62BA56
RGB
CMYK
RGB Variations
Color information
#62BA56 (or 0x62BA56) is known color: Apple. HEX triplet: 62, BA and 56. RGB value is (98,186,86). Sum of RGB (Red+Green+Blue) = 98+186+86=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #62BA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62BA56 is #9D45A9. Grayscale: #949494. Windows color (decimal): -10306986 or 5683810. OLE color: 5683810.
HSL color Cylindrical-coordinate representation of color #62BA56: hue angle of 112.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62BA56 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 186 | 86 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.27 |
| HSL | 112.8º | 0.42% | 0.53% | - |
| HSV(B) | 112.8º | 0.54% | 0.73% | - |
| XYZ | 24.28 | 38.39 | 14.93 | - |
| YUV | 148.29 | 92.85 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 186 | 86 | 0.47 | 0 | 0.54 | 0.27 | 112.8 | 0.42 | 0.53 |
| Hex | 62 | BA | 56 | 2F | 0 | 36 | 1B | 71 | 2A | 35 |
| Octal | 142 | 272 | 126 | 57 | 0 | 66 | 33 | 161 | 52 | 65 |
| Binary | 1100010 | 10111010 | 1010110 | 101111 | 0 | 110110 | 11011 | 1110001 | 101010 | 110101 |
Color Harmonies of #62BA56
Complementary color
Monochromatic Colors of #62BA56
Black with #62BA56
Text Example
Text Example
White with #62BA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BA56; }
p { color: rgb(98,186,86); }
H1.HeaderClassName
{
color: #62BA56;
}
.AnyTagClassName
{
color: #62BA56;
}
</style>
background-color css
<style>
a { background-color: #62BA56; }
a { background-color: rgb(98,186,86); }
div.DivClassName
{
background-color: #62BA56;
}
.BgClassName
{
background-color: #62BA56;
}
</style>
border-color css
<style>
span { border-color: #62BA56; }
span { border-color: rgb(98,186,86); }
td.TdClassName
{
border-color: #62BA56;
}
.TagClassName
{
border-color: #62BA56;
}
</style>