#62B04A

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

Shades of Apple #62B04A

Tints of Apple #62B04A

Color information

#62B04A (or 0x62B04A) is unknown color: approx Apple. HEX triplet: 62, B0 and 4A. RGB value is (98,176,74). Sum of RGB (Red+Green+Blue) = 98+176+74=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #62B04A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62B04A is #9D4FB5. Grayscale: #8D8D8D. Windows color (decimal): -10309558 or 4894818. OLE color: 4894818.

HSL color Cylindrical-coordinate representation of color #62B04A: hue angle of 105.88º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62B04A is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB9817674-
CMYK0.4400.580.31
HSL105.88º40.8%49.02%-
HSV(B)105.88º57.95%69.02%-
XYZ21.834.1411.92-
YUV141.0590.1697.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.16%
GREEN value IS 176 (69.14% from 255) = 50.57%
BLUE value IS 74 (29.30% from 255) = 21.26%
R=28.16%
G=50.57%
B=21.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal98176740.4400.580.31105.8840.849.02
Hex62B04A2C03A1F6a2931
Octal14226011254072371525161
Binary11000101011000010010101011000111010111111101010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,176,74); }

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

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

 a { background-color: rgb(98,176,74); }

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

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

 span { border-color: rgb(98,176,74); }

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