#62D14D

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

Shades of Apple #62D14D

Tints of Apple #62D14D

Color information

#62D14D (or 0x62D14D) is unknown color: approx Apple. HEX triplet: 62, D1 and 4D. RGB value is (98,209,77). Sum of RGB (Red+Green+Blue) = 98+209+77=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 209 (82.03% from 255 or 54.43% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 209 - color contains mainly: green. Hex color #62D14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62D14D is #9D2EB2. Grayscale: #A1A1A1. Windows color (decimal): -10301107 or 5099874. OLE color: 5099874.

HSL color Cylindrical-coordinate representation of color #62D14D: hue angle of 110.45º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62D14D is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB9820977-
CMYK0.5300.630.18
HSL110.45º58.93%56.08%-
HSV(B)110.45º63.16%81.96%-
XYZ29.1848.7314.89-
YUV160.7680.7383.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.52%
GREEN value IS 209 (82.03% from 255) = 54.43%
BLUE value IS 77 (30.47% from 255) = 20.05%
R=25.52%
G=54.43%
B=20.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal98209770.5300.630.18110.4558.9356.08
Hex62D14D3503F126e3b38
Octal14232111565077221567370
Binary11000101101000110011011101010111111100101101110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62D14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,209,77); }

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

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

 a { background-color: rgb(98,209,77); }

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

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

 span { border-color: rgb(98,209,77); }

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