#62AE56

Color #62AE56 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #62AE56

Tints of Apple #62AE56

Color information

#62AE56 (or 0x62AE56) is unknown color: approx Apple. HEX triplet: 62, AE and 56. RGB value is (98,174,86). Sum of RGB (Red+Green+Blue) = 98+174+86=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 174 (68.36% from 255 or 48.60% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 174 - color contains mainly: green. Hex color #62AE56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AE56 is #9D51A9. Grayscale: #8D8D8D. Windows color (decimal): -10310058 or 5680738. OLE color: 5680738.

HSL color Cylindrical-coordinate representation of color #62AE56: hue angle of 111.82º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62AE56 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB9817486-
CMYK0.4400.510.32
HSL111.82º35.2%50.98%-
HSV(B)111.82º50.57%68.24%-
XYZ21.8533.5414.13-
YUV141.2496.8297.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 27.37%
GREEN value IS 174 (68.36% from 255) = 48.60%
BLUE value IS 86 (33.98% from 255) = 24.02%
R=27.37%
G=48.60%
B=24.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98174860.4400.510.32111.8235.250.98
Hex62AE562C03320702333
Octal14225612654063401604363
Binary110001010101110101011010110001100111000001110000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62AE56; }

 p { color: rgb(98,174,86); }

 H1.HeaderClassName
 {
   color: #62AE56;
 }
 .AnyTagClassName
 {
   color: #62AE56;
 }
</style>
background-color css

<style>
 a { background-color: #62AE56; }

 a { background-color: rgb(98,174,86); }

 div.DivClassName
 {
   background-color: #62AE56;
 }
 .BgClassName
 {
   background-color: #62AE56;
 }
</style>
border-color css

<style>
 span { border-color: #62AE56; }

 span { border-color: rgb(98,174,86); }

 td.TdClassName
 {
   border-color: #62AE56;
 }
 .TagClassName
 {
   border-color: #62AE56;
 }
</style>