#62B04C

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

Shades of Apple #62B04C

Tints of Apple #62B04C

Color information

#62B04C (or 0x62B04C) is unknown color: approx Apple. HEX triplet: 62, B0 and 4C. RGB value is (98,176,76). Sum of RGB (Red+Green+Blue) = 98+176+76=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #62B04C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62B04C is #9D4FB3. Grayscale: #8D8D8D. Windows color (decimal): -10309556 or 5025890. OLE color: 5025890.

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

Color convert

RGB9817676-
CMYK0.4400.570.31
HSL106.8º39.68%49.41%-
HSV(B)106.8º56.82%69.02%-
XYZ21.8734.1712.28-
YUV141.2891.1697.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28%
GREEN value IS 176 (69.14% from 255) = 50.29%
BLUE value IS 76 (30.08% from 255) = 21.71%
R=28%
G=50.29%
B=21.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal98176760.4400.570.31106.839.6849.41
Hex62B04C2C0391F6b2831
Octal14226011454071371535061
Binary11000101011000010011001011000111001111111101011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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