#62ba48

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

Shades of Apple #62BA48

Tints of Apple #62BA48

Color information

#62BA48 (or 0x62BA48) is unknown color: approx Apple. HEX triplet: 62, BA and 48. RGB value is (98,186,72). Sum of RGB (Red+Green+Blue) = 98+186+72=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #62BA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BA48 is #9D45B7. Grayscale: #939393. Windows color (decimal): -10307000 or 4766306. OLE color: 4766306.

HSL color Cylindrical-coordinate representation of color #62BA48: hue angle of 106.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62BA48 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB9818672-
CMYK0.4700.610.27
HSL106.32º45.24%50.59%-
HSV(B)106.32º61.29%72.94%-
XYZ23.7738.1812.25-
YUV146.6985.8593.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.53%
GREEN value IS 186 (73.05% from 255) = 52.25%
BLUE value IS 72 (28.52% from 255) = 20.22%
R=27.53%
G=52.25%
B=20.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal98186720.4700.610.27106.3245.2450.59
Hex62BA482F03D1B6a2d33
Octal14227211057075331525563
Binary11000101011101010010001011110111101110111101010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62ba48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,186,72); }

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

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

 a { background-color: rgb(98,186,72); }

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

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

 span { border-color: rgb(98,186,72); }

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