Shades of Apple #62D749
Tints of Apple #62D749
RGB
CMYK
RGB Variations
Color information
#62D749 (or 0x62D749) is known color: Apple. HEX triplet: 62, D7 and 49. RGB value is (98,215,73). Sum of RGB (Red+Green+Blue) = 98+215+73=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 215 (84.38% from 255 or 55.70% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 215 - color contains mainly: green. Hex color #62D749 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62D749 is #9D28B6. Grayscale: #A4A4A4. Windows color (decimal): -10299575 or 4839266. OLE color: 4839266.
HSL color Cylindrical-coordinate representation of color #62D749: hue angle of 109.44º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62D749 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 215 | 73 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.16 |
| HSL | 109.44º | 0.64% | 0.56% | - |
| HSV(B) | 109.44º | 0.66% | 0.84% | - |
| XYZ | 30.54 | 51.68 | 14.67 | - |
| YUV | 163.83 | 76.74 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 215 | 73 | 0.54 | 0 | 0.66 | 0.16 | 109.44 | 0.64 | 0.56 |
| Hex | 62 | D7 | 49 | 36 | 0 | 42 | 10 | 6D | 40 | 38 |
| Octal | 142 | 327 | 111 | 66 | 0 | 102 | 20 | 155 | 100 | 70 |
| Binary | 1100010 | 11010111 | 1001001 | 110110 | 0 | 1000010 | 10000 | 1101101 | 1000000 | 111000 |
Color Harmonies of #62D749
Complementary color
Monochromatic Colors of #62D749
Black with #62D749
Text Example
Text Example
White with #62D749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D749; }
p { color: rgb(98,215,73); }
H1.HeaderClassName
{
color: #62D749;
}
.AnyTagClassName
{
color: #62D749;
}
</style>
background-color css
<style>
a { background-color: #62D749; }
a { background-color: rgb(98,215,73); }
div.DivClassName
{
background-color: #62D749;
}
.BgClassName
{
background-color: #62D749;
}
</style>
border-color css
<style>
span { border-color: #62D749; }
span { border-color: rgb(98,215,73); }
td.TdClassName
{
border-color: #62D749;
}
.TagClassName
{
border-color: #62D749;
}
</style>