#62BA46

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

Shades of Apple #62BA46

Tints of Apple #62BA46

Color information

#62BA46 (or 0x62BA46) is unknown color: approx Apple. HEX triplet: 62, BA and 46. RGB value is (98,186,70). Sum of RGB (Red+Green+Blue) = 98+186+70=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #62BA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BA46 is #9D45B9. Grayscale: #929292. Windows color (decimal): -10307002 or 4635234. OLE color: 4635234.

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

Color convert

RGB9818670-
CMYK0.4700.620.27
HSL105.52º45.67%50.2%-
HSV(B)105.52º62.37%72.94%-
XYZ23.738.1611.91-
YUV146.4684.8593.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.68%
GREEN value IS 186 (73.05% from 255) = 52.54%
BLUE value IS 70 (27.73% from 255) = 19.77%
R=27.68%
G=52.54%
B=19.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal98186700.4700.620.27105.5245.6750.2
Hex62BA462F03E1B6a2e32
Octal14227210657076331525662
Binary11000101011101010001101011110111110110111101010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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