#62c132

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

Shades of Apple #62C132

Tints of Apple #62C132

Color information

#62C132 (or 0x62C132) is unknown color: approx Apple. HEX triplet: 62, C1 and 32. RGB value is (98,193,50). Sum of RGB (Red+Green+Blue) = 98+193+50=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #62C132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C132 is #9D3ECD. Grayscale: #949494. Windows color (decimal): -10305230 or 3326306. OLE color: 3326306.

HSL color Cylindrical-coordinate representation of color #62C132: hue angle of 99.86º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #62C132 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB9819350-
CMYK0.4900.740.24
HSL99.86º58.85%47.65%-
HSV(B)99.86º74.09%75.69%-
XYZ24.6840.979.62-
YUV148.2972.5392.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.74%
GREEN value IS 193 (75.78% from 255) = 56.60%
BLUE value IS 50 (19.92% from 255) = 14.66%
R=28.74%
G=56.60%
B=14.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal98193500.4900.740.2499.8658.8547.65
Hex62C1323104A18643b30
Octal14230162610112301447360
Binary11000101100000111001011000101001010110001100100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62c132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,193,50); }

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

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

 a { background-color: rgb(98,193,50); }

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

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

 span { border-color: rgb(98,193,50); }

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