#62D640

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

Shades of Apple #62D640

Tints of Apple #62D640

Color information

#62D640 (or 0x62D640) is unknown color: approx Apple. HEX triplet: 62, D6 and 40. RGB value is (98,214,64). Sum of RGB (Red+Green+Blue) = 98+214+64=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 214 (83.98% from 255 or 56.91% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 214 - color contains mainly: green. Hex color #62D640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62D640 is #9D29BF. Grayscale: #A2A2A2. Windows color (decimal): -10299840 or 4249186. OLE color: 4249186.

HSL color Cylindrical-coordinate representation of color #62D640: hue angle of 106.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #62D640 is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB9821464-
CMYK0.5400.700.16
HSL106.4º64.66%54.51%-
HSV(B)106.4º70.09%83.92%-
XYZ30.0151.0613.12-
YUV162.2272.5782.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.06%
GREEN value IS 214 (83.98% from 255) = 56.91%
BLUE value IS 64 (25.39% from 255) = 17.02%
R=26.06%
G=56.91%
B=17.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal98214640.5400.700.16106.464.6654.51
Hex62D64036046106a4137
Octal1423261006601062015210167
Binary1100010110101101000000110110010001101000011010101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62D640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,214,64); }

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

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

 a { background-color: rgb(98,214,64); }

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

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

 span { border-color: rgb(98,214,64); }

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