Shades of Apple #62D548
Tints of Apple #62D548
RGB
CMYK
RGB Variations
Color information
#62D548 (or 0x62D548) is known color: Apple. HEX triplet: 62, D5 and 48. RGB value is (98,213,72). Sum of RGB (Red+Green+Blue) = 98+213+72=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #62D548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62D548 is #9D2AB7. Grayscale: #A2A2A2. Windows color (decimal): -10300088 or 4773218. OLE color: 4773218.
HSL color Cylindrical-coordinate representation of color #62D548: hue angle of 108.94º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62D548 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 213 | 72 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.16 |
| HSL | 108.94º | 0.63% | 0.56% | - |
| HSV(B) | 108.94º | 0.66% | 0.84% | - |
| XYZ | 30 | 50.65 | 14.33 | - |
| YUV | 162.54 | 76.9 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 213 | 72 | 0.54 | 0 | 0.66 | 0.16 | 108.94 | 0.63 | 0.56 |
| Hex | 62 | D5 | 48 | 36 | 0 | 42 | 10 | 6D | 3F | 38 |
| Octal | 142 | 325 | 110 | 66 | 0 | 102 | 20 | 155 | 77 | 70 |
| Binary | 1100010 | 11010101 | 1001000 | 110110 | 0 | 1000010 | 10000 | 1101101 | 111111 | 111000 |
Color Harmonies of #62D548
Complementary color
Monochromatic Colors of #62D548
Black with #62D548
Text Example
Text Example
White with #62D548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D548; }
p { color: rgb(98,213,72); }
H1.HeaderClassName
{
color: #62D548;
}
.AnyTagClassName
{
color: #62D548;
}
</style>
background-color css
<style>
a { background-color: #62D548; }
a { background-color: rgb(98,213,72); }
div.DivClassName
{
background-color: #62D548;
}
.BgClassName
{
background-color: #62D548;
}
</style>
border-color css
<style>
span { border-color: #62D548; }
span { border-color: rgb(98,213,72); }
td.TdClassName
{
border-color: #62D548;
}
.TagClassName
{
border-color: #62D548;
}
</style>