#50C23F

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

Shades of Apple #50C23F

Tints of Apple #50C23F

Color information

#50C23F (or 0x50C23F) is unknown color: approx Apple. HEX triplet: 50, C2 and 3F. RGB value is (80,194,63). Sum of RGB (Red+Green+Blue) = 80+194+63=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #50C23F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C23F is #AF3DC0. Grayscale: #919191. Windows color (decimal): -11484609 or 4178512. OLE color: 4178512.

HSL color Cylindrical-coordinate representation of color #50C23F: hue angle of 112.21º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50C23F is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB8019463-
CMYK0.5900.680.24
HSL112.21º51.78%50.39%-
HSV(B)112.21º67.53%76.08%-
XYZ23.540.6511.31-
YUV144.9881.7381.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.74%
GREEN value IS 194 (76.17% from 255) = 57.57%
BLUE value IS 63 (25% from 255) = 18.69%
R=23.74%
G=57.57%
B=18.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal80194630.5900.680.24112.2151.7850.39
Hex50C23F3B04418703432
Octal12030277730104301606462
Binary10100001100001011111111101101000100110001110000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50C23F; }

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

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

<style>
 a { background-color: #50C23F; }

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

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

<style>
 span { border-color: #50C23F; }

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

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