#62B25A

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

Shades of Apple #62B25A

Tints of Apple #62B25A

Color information

#62B25A (or 0x62B25A) is unknown color: approx Apple. HEX triplet: 62, B2 and 5A. RGB value is (98,178,90). Sum of RGB (Red+Green+Blue) = 98+178+90=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #62B25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62B25A is #9D4DA5. Grayscale: #909090. Windows color (decimal): -10309030 or 5943906. OLE color: 5943906.

HSL color Cylindrical-coordinate representation of color #62B25A: hue angle of 114.55º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62B25A is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB9817890-
CMYK0.4500.490.30
HSL114.55º36.36%52.55%-
HSV(B)114.55º49.44%69.8%-
XYZ22.835.1815.26-
YUV144.0597.595.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.78%
GREEN value IS 178 (69.92% from 255) = 48.63%
BLUE value IS 90 (35.55% from 255) = 24.59%
R=26.78%
G=48.63%
B=24.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal98178900.4500.490.30114.5536.3652.55
Hex62B25A2D0311E732435
Octal14226213255061361634465
Binary11000101011001010110101011010110001111101110011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,178,90); }

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

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

 a { background-color: rgb(98,178,90); }

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

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

 span { border-color: rgb(98,178,90); }

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