#62ce50

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

Shades of Apple #62CE50

Tints of Apple #62CE50

Color information

#62CE50 (or 0x62CE50) is unknown color: approx Apple. HEX triplet: 62, CE and 50. RGB value is (98,206,80). Sum of RGB (Red+Green+Blue) = 98+206+80=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #62CE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62CE50 is #9D31AF. Grayscale: #9F9F9F. Windows color (decimal): -10301872 or 5295714. OLE color: 5295714.

HSL color Cylindrical-coordinate representation of color #62CE50: hue angle of 111.43º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62CE50 is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB9820680-
CMYK0.5200.610.19
HSL111.43º56.25%56.08%-
HSV(B)111.43º61.17%80.78%-
XYZ28.5647.3215.22-
YUV159.3483.2284.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.52%
GREEN value IS 206 (80.86% from 255) = 53.65%
BLUE value IS 80 (31.64% from 255) = 20.83%
R=25.52%
G=53.65%
B=20.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal98206800.5200.610.19111.4356.2556.08
Hex62CE503403D136f3838
Octal14231612064075231577070
Binary11000101100111010100001101000111101100111101111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62ce50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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