Shades of Apple #62C048
Tints of Apple #62C048
RGB
CMYK
RGB Variations
Color information
#62C048 (or 0x62C048) is known color: Apple. HEX triplet: 62, C0 and 48. RGB value is (98,192,72). Sum of RGB (Red+Green+Blue) = 98+192+72=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #62C048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C048 is #9D3FB7. Grayscale: #969696. Windows color (decimal): -10305464 or 4767842. OLE color: 4767842.
HSL color Cylindrical-coordinate representation of color #62C048: hue angle of 107º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62C048 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 192 | 72 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.25 |
| HSL | 107º | 0.49% | 0.52% | - |
| HSV(B) | 107º | 0.63% | 0.75% | - |
| XYZ | 25.06 | 40.76 | 12.68 | - |
| YUV | 150.21 | 83.86 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 192 | 72 | 0.49 | 0 | 0.63 | 0.25 | 107 | 0.49 | 0.52 |
| Hex | 62 | C0 | 48 | 31 | 0 | 3F | 19 | 6B | 31 | 34 |
| Octal | 142 | 300 | 110 | 61 | 0 | 77 | 31 | 153 | 61 | 64 |
| Binary | 1100010 | 11000000 | 1001000 | 110001 | 0 | 111111 | 11001 | 1101011 | 110001 | 110100 |
Color Harmonies of #62C048
Complementary color
Monochromatic Colors of #62C048
Black with #62C048
Text Example
Text Example
White with #62C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C048; }
p { color: rgb(98,192,72); }
H1.HeaderClassName
{
color: #62C048;
}
.AnyTagClassName
{
color: #62C048;
}
</style>
background-color css
<style>
a { background-color: #62C048; }
a { background-color: rgb(98,192,72); }
div.DivClassName
{
background-color: #62C048;
}
.BgClassName
{
background-color: #62C048;
}
</style>
border-color css
<style>
span { border-color: #62C048; }
span { border-color: rgb(98,192,72); }
td.TdClassName
{
border-color: #62C048;
}
.TagClassName
{
border-color: #62C048;
}
</style>