#62AD4B

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

Shades of Apple #62AD4B

Tints of Apple #62AD4B

Color information

#62AD4B (or 0x62AD4B) is unknown color: approx Apple. HEX triplet: 62, AD and 4B. RGB value is (98,173,75). Sum of RGB (Red+Green+Blue) = 98+173+75=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #62AD4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62AD4B is #9D52B4. Grayscale: #8B8B8B. Windows color (decimal): -10310325 or 4959586. OLE color: 4959586.

HSL color Cylindrical-coordinate representation of color #62AD4B: hue angle of 105.92º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62AD4B is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB9817375-
CMYK0.4300.570.32
HSL105.92º39.52%48.63%-
HSV(B)105.92º56.65%67.84%-
XYZ21.2532.9911.9-
YUV139.491.6598.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.32%
GREEN value IS 173 (67.97% from 255) = 50%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=28.32%
G=50%
B=21.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98173750.4300.570.32105.9239.5248.63
Hex62AD4B2B039206a2831
Octal14225511353071401525061
Binary110001010101101100101110101101110011000001101010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,173,75); }

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

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

 a { background-color: rgb(98,173,75); }

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

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

 span { border-color: rgb(98,173,75); }

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