#62BF50

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

Shades of Apple #62BF50

Tints of Apple #62BF50

Color information

#62BF50 (or 0x62BF50) is unknown color: approx Apple. HEX triplet: 62, BF and 50. RGB value is (98,191,80). Sum of RGB (Red+Green+Blue) = 98+191+80=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #62BF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62BF50 is #9D40AF. Grayscale: #969696. Windows color (decimal): -10305712 or 5291874. OLE color: 5291874.

HSL color Cylindrical-coordinate representation of color #62BF50: hue angle of 110.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62BF50 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB9819180-
CMYK0.4900.580.25
HSL110.27º46.44%53.14%-
HSV(B)110.27º58.12%74.9%-
XYZ25.1240.4414.07-
YUV150.5488.1990.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.56%
GREEN value IS 191 (75% from 255) = 51.76%
BLUE value IS 80 (31.64% from 255) = 21.68%
R=26.56%
G=51.76%
B=21.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98191800.4900.580.25110.2746.4453.14
Hex62BF503103A196e2e35
Octal14227712061072311565665
Binary11000101011111110100001100010111010110011101110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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