#62CD4D

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

Shades of Apple #62CD4D

Tints of Apple #62CD4D

Color information

#62CD4D (or 0x62CD4D) is unknown color: approx Apple. HEX triplet: 62, CD and 4D. RGB value is (98,205,77). Sum of RGB (Red+Green+Blue) = 98+205+77=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 205 (80.47% from 255 or 53.95% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 205 - color contains mainly: green. Hex color #62CD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62CD4D is #9D32B2. Grayscale: #9E9E9E. Windows color (decimal): -10302131 or 5098850. OLE color: 5098850.

HSL color Cylindrical-coordinate representation of color #62CD4D: hue angle of 110.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62CD4D is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB9820577-
CMYK0.5200.620.20
HSL110.16º56.14%55.29%-
HSV(B)110.16º62.44%80.39%-
XYZ28.2146.814.57-
YUV158.4282.0584.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.79%
GREEN value IS 205 (80.47% from 255) = 53.95%
BLUE value IS 77 (30.47% from 255) = 20.26%
R=25.79%
G=53.95%
B=20.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal98205770.5200.620.20110.1656.1455.29
Hex62CD4D3403E146e3837
Octal14231511564076241567067
Binary11000101100110110011011101000111110101001101110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62CD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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