Shades of Apple #62C855
Tints of Apple #62C855
RGB
CMYK
RGB Variations
Color information
#62C855 (or 0x62C855) is known color: Apple. HEX triplet: 62, C8 and 55. RGB value is (98,200,85). Sum of RGB (Red+Green+Blue) = 98+200+85=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 200 (78.52% from 255 or 52.22% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 200 - color contains mainly: green. Hex color #62C855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C855 is #9D37AA. Grayscale: #9C9C9C. Windows color (decimal): -10303403 or 5621858. OLE color: 5621858.
HSL color Cylindrical-coordinate representation of color #62C855: hue angle of 113.22º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62C855 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 200 | 85 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.22 |
| HSL | 113.22º | 0.51% | 0.56% | - |
| HSV(B) | 113.22º | 0.58% | 0.78% | - |
| XYZ | 27.33 | 44.56 | 15.75 | - |
| YUV | 156.39 | 87.71 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 200 | 85 | 0.51 | 0 | 0.58 | 0.22 | 113.22 | 0.51 | 0.56 |
| Hex | 62 | C8 | 55 | 33 | 0 | 3A | 16 | 71 | 33 | 38 |
| Octal | 142 | 310 | 125 | 63 | 0 | 72 | 26 | 161 | 63 | 70 |
| Binary | 1100010 | 11001000 | 1010101 | 110011 | 0 | 111010 | 10110 | 1110001 | 110011 | 111000 |
Color Harmonies of #62C855
Complementary color
Monochromatic Colors of #62C855
Black with #62C855
Text Example
Text Example
White with #62C855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C855; }
p { color: rgb(98,200,85); }
H1.HeaderClassName
{
color: #62C855;
}
.AnyTagClassName
{
color: #62C855;
}
</style>
background-color css
<style>
a { background-color: #62C855; }
a { background-color: rgb(98,200,85); }
div.DivClassName
{
background-color: #62C855;
}
.BgClassName
{
background-color: #62C855;
}
</style>
border-color css
<style>
span { border-color: #62C855; }
span { border-color: rgb(98,200,85); }
td.TdClassName
{
border-color: #62C855;
}
.TagClassName
{
border-color: #62C855;
}
</style>