Shades of Apple #62BA45
Tints of Apple #62BA45
RGB
CMYK
RGB Variations
Color information
#62BA45 (or 0x62BA45) is known color: Apple. HEX triplet: 62, BA and 45. RGB value is (98,186,69). Sum of RGB (Red+Green+Blue) = 98+186+69=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #62BA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BA45 is #9D45BA. Grayscale: #929292. Windows color (decimal): -10307003 or 4569698. OLE color: 4569698.
HSL color Cylindrical-coordinate representation of color #62BA45: hue angle of 105.13º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62BA45 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 186 | 69 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.27 |
| HSL | 105.13º | 0.46% | 0.5% | - |
| HSV(B) | 105.13º | 0.63% | 0.73% | - |
| XYZ | 23.67 | 38.14 | 11.75 | - |
| YUV | 146.35 | 84.35 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 186 | 69 | 0.47 | 0 | 0.63 | 0.27 | 105.13 | 0.46 | 0.5 |
| Hex | 62 | BA | 45 | 2F | 0 | 3F | 1B | 69 | 2E | 32 |
| Octal | 142 | 272 | 105 | 57 | 0 | 77 | 33 | 151 | 56 | 62 |
| Binary | 1100010 | 10111010 | 1000101 | 101111 | 0 | 111111 | 11011 | 1101001 | 101110 | 110010 |
Color Harmonies of #62BA45
Complementary color
Monochromatic Colors of #62BA45
Black with #62BA45
Text Example
Text Example
White with #62BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BA45; }
p { color: rgb(98,186,69); }
H1.HeaderClassName
{
color: #62BA45;
}
.AnyTagClassName
{
color: #62BA45;
}
</style>
background-color css
<style>
a { background-color: #62BA45; }
a { background-color: rgb(98,186,69); }
div.DivClassName
{
background-color: #62BA45;
}
.BgClassName
{
background-color: #62BA45;
}
</style>
border-color css
<style>
span { border-color: #62BA45; }
span { border-color: rgb(98,186,69); }
td.TdClassName
{
border-color: #62BA45;
}
.TagClassName
{
border-color: #62BA45;
}
</style>