Shades of Apple #62BA59
Tints of Apple #62BA59
RGB
CMYK
RGB Variations
Color information
#62BA59 (or 0x62BA59) is known color: Apple. HEX triplet: 62, BA and 59. RGB value is (98,186,89). Sum of RGB (Red+Green+Blue) = 98+186+89=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #62BA59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62BA59 is #9D45A6. Grayscale: #949494. Windows color (decimal): -10306983 or 5880418. OLE color: 5880418.
HSL color Cylindrical-coordinate representation of color #62BA59: hue angle of 114.43º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62BA59 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 186 | 89 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.27 |
| HSL | 114.43º | 0.41% | 0.54% | - |
| HSV(B) | 114.43º | 0.52% | 0.73% | - |
| XYZ | 24.4 | 38.44 | 15.58 | - |
| YUV | 148.63 | 94.35 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 186 | 89 | 0.47 | 0 | 0.52 | 0.27 | 114.43 | 0.41 | 0.54 |
| Hex | 62 | BA | 59 | 2F | 0 | 34 | 1B | 72 | 29 | 36 |
| Octal | 142 | 272 | 131 | 57 | 0 | 64 | 33 | 162 | 51 | 66 |
| Binary | 1100010 | 10111010 | 1011001 | 101111 | 0 | 110100 | 11011 | 1110010 | 101001 | 110110 |
Color Harmonies of #62BA59
Complementary color
Monochromatic Colors of #62BA59
Black with #62BA59
Text Example
Text Example
White with #62BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BA59; }
p { color: rgb(98,186,89); }
H1.HeaderClassName
{
color: #62BA59;
}
.AnyTagClassName
{
color: #62BA59;
}
</style>
background-color css
<style>
a { background-color: #62BA59; }
a { background-color: rgb(98,186,89); }
div.DivClassName
{
background-color: #62BA59;
}
.BgClassName
{
background-color: #62BA59;
}
</style>
border-color css
<style>
span { border-color: #62BA59; }
span { border-color: rgb(98,186,89); }
td.TdClassName
{
border-color: #62BA59;
}
.TagClassName
{
border-color: #62BA59;
}
</style>