Shades of Apple #62C548
Tints of Apple #62C548
RGB
CMYK
RGB Variations
Color information
#62C548 (or 0x62C548) is known color: Apple. HEX triplet: 62, C5 and 48. RGB value is (98,197,72). Sum of RGB (Red+Green+Blue) = 98+197+72=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 197 (77.34% from 255 or 53.68% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 197 - color contains mainly: green. Hex color #62C548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C548 is #9D3AB7. Grayscale: #999999. Windows color (decimal): -10304184 or 4769122. OLE color: 4769122.
HSL color Cylindrical-coordinate representation of color #62C548: hue angle of 107.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62C548 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 197 | 72 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.23 |
| HSL | 107.52º | 0.52% | 0.53% | - |
| HSV(B) | 107.52º | 0.63% | 0.77% | - |
| XYZ | 26.17 | 43 | 13.05 | - |
| YUV | 153.15 | 82.2 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 72 | 0.50 | 0 | 0.63 | 0.23 | 107.52 | 0.52 | 0.53 |
| Hex | 62 | C5 | 48 | 32 | 0 | 3F | 17 | 6C | 34 | 35 |
| Octal | 142 | 305 | 110 | 62 | 0 | 77 | 27 | 154 | 64 | 65 |
| Binary | 1100010 | 11000101 | 1001000 | 110010 | 0 | 111111 | 10111 | 1101100 | 110100 | 110101 |
Color Harmonies of #62C548
Complementary color
Monochromatic Colors of #62C548
Black with #62C548
Text Example
Text Example
White with #62C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C548; }
p { color: rgb(98,197,72); }
H1.HeaderClassName
{
color: #62C548;
}
.AnyTagClassName
{
color: #62C548;
}
</style>
background-color css
<style>
a { background-color: #62C548; }
a { background-color: rgb(98,197,72); }
div.DivClassName
{
background-color: #62C548;
}
.BgClassName
{
background-color: #62C548;
}
</style>
border-color css
<style>
span { border-color: #62C548; }
span { border-color: rgb(98,197,72); }
td.TdClassName
{
border-color: #62C548;
}
.TagClassName
{
border-color: #62C548;
}
</style>