Shades of Apple #62C84D
Tints of Apple #62C84D
RGB
CMYK
RGB Variations
Color information
#62C84D (or 0x62C84D) is known color: Apple. HEX triplet: 62, C8 and 4D. RGB value is (98,200,77). Sum of RGB (Red+Green+Blue) = 98+200+77=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 200 (78.52% from 255 or 53.33% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 200 - color contains mainly: green. Hex color #62C84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C84D is #9D37B2. Grayscale: #9B9B9B. Windows color (decimal): -10303411 or 5097570. OLE color: 5097570.
HSL color Cylindrical-coordinate representation of color #62C84D: hue angle of 109.76º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62C84D is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 200 | 77 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.22 |
| HSL | 109.76º | 0.53% | 0.54% | - |
| HSV(B) | 109.76º | 0.62% | 0.78% | - |
| XYZ | 27.03 | 44.44 | 14.17 | - |
| YUV | 155.48 | 83.71 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 200 | 77 | 0.51 | 0 | 0.62 | 0.22 | 109.76 | 0.53 | 0.54 |
| Hex | 62 | C8 | 4D | 33 | 0 | 3E | 16 | 6E | 35 | 36 |
| Octal | 142 | 310 | 115 | 63 | 0 | 76 | 26 | 156 | 65 | 66 |
| Binary | 1100010 | 11001000 | 1001101 | 110011 | 0 | 111110 | 10110 | 1101110 | 110101 | 110110 |
Color Harmonies of #62C84D
Complementary color
Monochromatic Colors of #62C84D
Black with #62C84D
Text Example
Text Example
White with #62C84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C84D; }
p { color: rgb(98,200,77); }
H1.HeaderClassName
{
color: #62C84D;
}
.AnyTagClassName
{
color: #62C84D;
}
</style>
background-color css
<style>
a { background-color: #62C84D; }
a { background-color: rgb(98,200,77); }
div.DivClassName
{
background-color: #62C84D;
}
.BgClassName
{
background-color: #62C84D;
}
</style>
border-color css
<style>
span { border-color: #62C84D; }
span { border-color: rgb(98,200,77); }
td.TdClassName
{
border-color: #62C84D;
}
.TagClassName
{
border-color: #62C84D;
}
</style>