Shades of Apple #62C648
Tints of Apple #62C648
RGB
CMYK
RGB Variations
Color information
#62C648 (or 0x62C648) is known color: Apple. HEX triplet: 62, C6 and 48. RGB value is (98,198,72). Sum of RGB (Red+Green+Blue) = 98+198+72=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 198 (77.73% from 255 or 53.80% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 198 - color contains mainly: green. Hex color #62C648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C648 is #9D39B7. Grayscale: #9A9A9A. Windows color (decimal): -10303928 or 4769378. OLE color: 4769378.
HSL color Cylindrical-coordinate representation of color #62C648: hue angle of 107.62º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #62C648 is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 198 | 72 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.22 |
| HSL | 107.62º | 0.53% | 0.53% | - |
| HSV(B) | 107.62º | 0.64% | 0.78% | - |
| XYZ | 26.4 | 43.45 | 13.13 | - |
| YUV | 153.74 | 81.87 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 198 | 72 | 0.51 | 0 | 0.64 | 0.22 | 107.62 | 0.53 | 0.53 |
| Hex | 62 | C6 | 48 | 33 | 0 | 40 | 16 | 6C | 34 | 35 |
| Octal | 142 | 306 | 110 | 63 | 0 | 100 | 26 | 154 | 64 | 65 |
| Binary | 1100010 | 11000110 | 1001000 | 110011 | 0 | 1000000 | 10110 | 1101100 | 110100 | 110101 |
Color Harmonies of #62C648
Complementary color
Monochromatic Colors of #62C648
Black with #62C648
Text Example
Text Example
White with #62C648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C648; }
p { color: rgb(98,198,72); }
H1.HeaderClassName
{
color: #62C648;
}
.AnyTagClassName
{
color: #62C648;
}
</style>
background-color css
<style>
a { background-color: #62C648; }
a { background-color: rgb(98,198,72); }
div.DivClassName
{
background-color: #62C648;
}
.BgClassName
{
background-color: #62C648;
}
</style>
border-color css
<style>
span { border-color: #62C648; }
span { border-color: rgb(98,198,72); }
td.TdClassName
{
border-color: #62C648;
}
.TagClassName
{
border-color: #62C648;
}
</style>