Shades of Apple #62C24D
Tints of Apple #62C24D
RGB
CMYK
RGB Variations
Color information
#62C24D (or 0x62C24D) is known color: Apple. HEX triplet: 62, C2 and 4D. RGB value is (98,194,77). Sum of RGB (Red+Green+Blue) = 98+194+77=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #62C24D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C24D is #9D3DB2. Grayscale: #989898. Windows color (decimal): -10304947 or 5096034. OLE color: 5096034.
HSL color Cylindrical-coordinate representation of color #62C24D: hue angle of 109.23º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62C24D is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 194 | 77 | - |
| CMYK | 0.49 | 0 | 0.60 | 0.24 |
| HSL | 109.23º | 0.49% | 0.53% | - |
| HSV(B) | 109.23º | 0.6% | 0.76% | - |
| XYZ | 25.67 | 41.72 | 13.72 | - |
| YUV | 151.96 | 85.7 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 194 | 77 | 0.49 | 0 | 0.60 | 0.24 | 109.23 | 0.49 | 0.53 |
| Hex | 62 | C2 | 4D | 31 | 0 | 3C | 18 | 6D | 31 | 35 |
| Octal | 142 | 302 | 115 | 61 | 0 | 74 | 30 | 155 | 61 | 65 |
| Binary | 1100010 | 11000010 | 1001101 | 110001 | 0 | 111100 | 11000 | 1101101 | 110001 | 110101 |
Color Harmonies of #62C24D
Complementary color
Monochromatic Colors of #62C24D
Black with #62C24D
Text Example
Text Example
White with #62C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C24D; }
p { color: rgb(98,194,77); }
H1.HeaderClassName
{
color: #62C24D;
}
.AnyTagClassName
{
color: #62C24D;
}
</style>
background-color css
<style>
a { background-color: #62C24D; }
a { background-color: rgb(98,194,77); }
div.DivClassName
{
background-color: #62C24D;
}
.BgClassName
{
background-color: #62C24D;
}
</style>
border-color css
<style>
span { border-color: #62C24D; }
span { border-color: rgb(98,194,77); }
td.TdClassName
{
border-color: #62C24D;
}
.TagClassName
{
border-color: #62C24D;
}
</style>