Shades of Apple #62C546
Tints of Apple #62C546
RGB
CMYK
RGB Variations
Color information
#62C546 (or 0x62C546) is known color: Apple. HEX triplet: 62, C5 and 46. RGB value is (98,197,70). Sum of RGB (Red+Green+Blue) = 98+197+70=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 197 (77.34% from 255 or 53.97% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 197 - color contains mainly: green. Hex color #62C546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C546 is #9D3AB9. Grayscale: #999999. Windows color (decimal): -10304186 or 4638050. OLE color: 4638050.
HSL color Cylindrical-coordinate representation of color #62C546: hue angle of 106.77º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #62C546 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 197 | 70 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.23 |
| HSL | 106.77º | 0.52% | 0.52% | - |
| HSV(B) | 106.77º | 0.64% | 0.77% | - |
| XYZ | 26.11 | 42.97 | 12.71 | - |
| YUV | 152.92 | 81.2 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 70 | 0.50 | 0 | 0.64 | 0.23 | 106.77 | 0.52 | 0.52 |
| Hex | 62 | C5 | 46 | 32 | 0 | 40 | 17 | 6B | 34 | 34 |
| Octal | 142 | 305 | 106 | 62 | 0 | 100 | 27 | 153 | 64 | 64 |
| Binary | 1100010 | 11000101 | 1000110 | 110010 | 0 | 1000000 | 10111 | 1101011 | 110100 | 110100 |
Color Harmonies of #62C546
Complementary color
Monochromatic Colors of #62C546
Black with #62C546
Text Example
Text Example
White with #62C546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C546; }
p { color: rgb(98,197,70); }
H1.HeaderClassName
{
color: #62C546;
}
.AnyTagClassName
{
color: #62C546;
}
</style>
background-color css
<style>
a { background-color: #62C546; }
a { background-color: rgb(98,197,70); }
div.DivClassName
{
background-color: #62C546;
}
.BgClassName
{
background-color: #62C546;
}
</style>
border-color css
<style>
span { border-color: #62C546; }
span { border-color: rgb(98,197,70); }
td.TdClassName
{
border-color: #62C546;
}
.TagClassName
{
border-color: #62C546;
}
</style>