Shades of Apple #62C547
Tints of Apple #62C547
RGB
CMYK
RGB Variations
Color information
#62C547 (or 0x62C547) is known color: Apple. HEX triplet: 62, C5 and 47. RGB value is (98,197,71). Sum of RGB (Red+Green+Blue) = 98+197+71=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 197 (77.34% from 255 or 53.83% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 197 - color contains mainly: green. Hex color #62C547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C547 is #9D3AB8. Grayscale: #999999. Windows color (decimal): -10304185 or 4703586. OLE color: 4703586.
HSL color Cylindrical-coordinate representation of color #62C547: hue angle of 107.14º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #62C547 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 197 | 71 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.23 |
| HSL | 107.14º | 0.52% | 0.53% | - |
| HSV(B) | 107.14º | 0.64% | 0.77% | - |
| XYZ | 26.14 | 42.98 | 12.88 | - |
| YUV | 153.04 | 81.7 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 71 | 0.50 | 0 | 0.64 | 0.23 | 107.14 | 0.52 | 0.53 |
| Hex | 62 | C5 | 47 | 32 | 0 | 40 | 17 | 6B | 34 | 35 |
| Octal | 142 | 305 | 107 | 62 | 0 | 100 | 27 | 153 | 64 | 65 |
| Binary | 1100010 | 11000101 | 1000111 | 110010 | 0 | 1000000 | 10111 | 1101011 | 110100 | 110101 |
Color Harmonies of #62C547
Complementary color
Monochromatic Colors of #62C547
Black with #62C547
Text Example
Text Example
White with #62C547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C547; }
p { color: rgb(98,197,71); }
H1.HeaderClassName
{
color: #62C547;
}
.AnyTagClassName
{
color: #62C547;
}
</style>
background-color css
<style>
a { background-color: #62C547; }
a { background-color: rgb(98,197,71); }
div.DivClassName
{
background-color: #62C547;
}
.BgClassName
{
background-color: #62C547;
}
</style>
border-color css
<style>
span { border-color: #62C547; }
span { border-color: rgb(98,197,71); }
td.TdClassName
{
border-color: #62C547;
}
.TagClassName
{
border-color: #62C547;
}
</style>