Shades of Apple #62C449
Tints of Apple #62C449
RGB
CMYK
RGB Variations
Color information
#62C449 (or 0x62C449) is known color: Apple. HEX triplet: 62, C4 and 49. RGB value is (98,196,73). Sum of RGB (Red+Green+Blue) = 98+196+73=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 196 (76.95% from 255 or 53.41% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 196 - color contains mainly: green. Hex color #62C449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C449 is #9D3BB6. Grayscale: #999999. Windows color (decimal): -10304439 or 4834402. OLE color: 4834402.
HSL color Cylindrical-coordinate representation of color #62C449: hue angle of 107.8º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62C449 is Cyan = 0.5, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 196 | 73 | - |
| CMYK | 0.5 | 0 | 0.63 | 0.23 |
| HSL | 107.8º | 0.51% | 0.53% | - |
| HSV(B) | 107.8º | 0.63% | 0.77% | - |
| XYZ | 25.98 | 42.56 | 13.15 | - |
| YUV | 152.68 | 83.03 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 196 | 73 | 0.5 | 0 | 0.63 | 0.23 | 107.8 | 0.51 | 0.53 |
| Hex | 62 | C4 | 49 | 32 | 0 | 3F | 17 | 6C | 33 | 35 |
| Octal | 142 | 304 | 111 | 62 | 0 | 77 | 27 | 154 | 63 | 65 |
| Binary | 1100010 | 11000100 | 1001001 | 110010 | 0 | 111111 | 10111 | 1101100 | 110011 | 110101 |
Color Harmonies of #62C449
Complementary color
Monochromatic Colors of #62C449
Black with #62C449
Text Example
Text Example
White with #62C449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C449; }
p { color: rgb(98,196,73); }
H1.HeaderClassName
{
color: #62C449;
}
.AnyTagClassName
{
color: #62C449;
}
</style>
background-color css
<style>
a { background-color: #62C449; }
a { background-color: rgb(98,196,73); }
div.DivClassName
{
background-color: #62C449;
}
.BgClassName
{
background-color: #62C449;
}
</style>
border-color css
<style>
span { border-color: #62C449; }
span { border-color: rgb(98,196,73); }
td.TdClassName
{
border-color: #62C449;
}
.TagClassName
{
border-color: #62C449;
}
</style>