Shades of Apple #62E145
Tints of Apple #62E145
RGB
CMYK
RGB Variations
Color information
#62E145 (or 0x62E145) is known color: Apple. HEX triplet: 62, E1 and 45. RGB value is (98,225,69). Sum of RGB (Red+Green+Blue) = 98+225+69=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 225 (88.28% from 255 or 57.40% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 225 - color contains mainly: green. Hex color #62E145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62E145 is #9D1EBA. Grayscale: #A9A9A9. Windows color (decimal): -10297019 or 4579682. OLE color: 4579682.
HSL color Cylindrical-coordinate representation of color #62E145: hue angle of 108.85º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62E145 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 225 | 69 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.12 |
| HSL | 108.85º | 0.72% | 0.58% | - |
| HSV(B) | 108.85º | 0.69% | 0.88% | - |
| XYZ | 33.04 | 56.88 | 14.87 | - |
| YUV | 169.24 | 71.42 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 225 | 69 | 0.56 | 0 | 0.69 | 0.12 | 108.85 | 0.72 | 0.58 |
| Hex | 62 | E1 | 45 | 38 | 0 | 45 | C | 6D | 48 | 3A |
| Octal | 142 | 341 | 105 | 70 | 0 | 105 | 14 | 155 | 110 | 72 |
| Binary | 1100010 | 11100001 | 1000101 | 111000 | 0 | 1000101 | 1100 | 1101101 | 1001000 | 111010 |
Color Harmonies of #62E145
Complementary color
Monochromatic Colors of #62E145
Black with #62E145
Text Example
Text Example
White with #62E145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E145; }
p { color: rgb(98,225,69); }
H1.HeaderClassName
{
color: #62E145;
}
.AnyTagClassName
{
color: #62E145;
}
</style>
background-color css
<style>
a { background-color: #62E145; }
a { background-color: rgb(98,225,69); }
div.DivClassName
{
background-color: #62E145;
}
.BgClassName
{
background-color: #62E145;
}
</style>
border-color css
<style>
span { border-color: #62E145; }
span { border-color: rgb(98,225,69); }
td.TdClassName
{
border-color: #62E145;
}
.TagClassName
{
border-color: #62E145;
}
</style>