Shades of Apple #62C558
Tints of Apple #62C558
RGB
CMYK
RGB Variations
Color information
#62C558 (or 0x62C558) is known color: Apple. HEX triplet: 62, C5 and 58. RGB value is (98,197,88). Sum of RGB (Red+Green+Blue) = 98+197+88=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #62C558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C558 is #9D3AA7. Grayscale: #9B9B9B. Windows color (decimal): -10304168 or 5817698. OLE color: 5817698.
HSL color Cylindrical-coordinate representation of color #62C558: hue angle of 114.5º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62C558 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 197 | 88 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.23 |
| HSL | 114.5º | 0.48% | 0.56% | - |
| HSV(B) | 114.5º | 0.55% | 0.77% | - |
| XYZ | 26.76 | 43.23 | 16.17 | - |
| YUV | 154.97 | 90.2 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 88 | 0.50 | 0 | 0.55 | 0.23 | 114.5 | 0.48 | 0.56 |
| Hex | 62 | C5 | 58 | 32 | 0 | 37 | 17 | 72 | 30 | 38 |
| Octal | 142 | 305 | 130 | 62 | 0 | 67 | 27 | 162 | 60 | 70 |
| Binary | 1100010 | 11000101 | 1011000 | 110010 | 0 | 110111 | 10111 | 1110010 | 110000 | 111000 |
Color Harmonies of #62C558
Complementary color
Monochromatic Colors of #62C558
Black with #62C558
Text Example
Text Example
White with #62C558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C558; }
p { color: rgb(98,197,88); }
H1.HeaderClassName
{
color: #62C558;
}
.AnyTagClassName
{
color: #62C558;
}
</style>
background-color css
<style>
a { background-color: #62C558; }
a { background-color: rgb(98,197,88); }
div.DivClassName
{
background-color: #62C558;
}
.BgClassName
{
background-color: #62C558;
}
</style>
border-color css
<style>
span { border-color: #62C558; }
span { border-color: rgb(98,197,88); }
td.TdClassName
{
border-color: #62C558;
}
.TagClassName
{
border-color: #62C558;
}
</style>