#62C250

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

Shades of Apple #62C250

Tints of Apple #62C250

Color information

#62C250 (or 0x62C250) is unknown color: approx Apple. HEX triplet: 62, C2 and 50. RGB value is (98,194,80). Sum of RGB (Red+Green+Blue) = 98+194+80=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #62C250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C250 is #9D3DAF. Grayscale: #989898. Windows color (decimal): -10304944 or 5292642. OLE color: 5292642.

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

Color convert

RGB9819480-
CMYK0.4900.590.24
HSL110.53º48.31%53.73%-
HSV(B)110.53º58.76%76.08%-
XYZ25.7841.7614.29-
YUV152.387.289.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.34%
GREEN value IS 194 (76.17% from 255) = 52.15%
BLUE value IS 80 (31.64% from 255) = 21.51%
R=26.34%
G=52.15%
B=21.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal98194800.4900.590.24110.5348.3153.73
Hex62C2503103B186f3036
Octal14230212061073301576066
Binary11000101100001010100001100010111011110001101111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62C250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,194,80); }

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

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

 a { background-color: rgb(98,194,80); }

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

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

 span { border-color: rgb(98,194,80); }

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