#50C948

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

Shades of Apple #50C948

Tints of Apple #50C948

Color information

#50C948 (or 0x50C948) is unknown color: approx Apple. HEX triplet: 50, C9 and 48. RGB value is (80,201,72). Sum of RGB (Red+Green+Blue) = 80+201+72=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 201 (78.91% from 255 or 56.94% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 201 - color contains mainly: green. Hex color #50C948 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C948 is #AF36B7. Grayscale: #969696. Windows color (decimal): -11482808 or 4770128. OLE color: 4770128.

HSL color Cylindrical-coordinate representation of color #50C948: hue angle of 116.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50C948 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB8020172-
CMYK0.6000.640.21
HSL116.28º54.43%53.53%-
HSV(B)116.28º64.18%78.82%-
XYZ25.3643.9513.28-
YUV150.1183.9177.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 201 (78.91% from 255) = 56.94%
BLUE value IS 72 (28.52% from 255) = 20.40%
R=22.66%
G=56.94%
B=20.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80201720.6000.640.21116.2854.4353.53
Hex50C9483C04015743636
Octal120311110740100251646666
Binary101000011001001100100011110001000000101011110100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,201,72); }

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

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

 a { background-color: rgb(80,201,72); }

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

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

 span { border-color: rgb(80,201,72); }

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