#50CA4B

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

Shades of Apple #50CA4B

Tints of Apple #50CA4B

Color information

#50CA4B (or 0x50CA4B) is unknown color: approx Apple. HEX triplet: 50, CA and 4B. RGB value is (80,202,75). Sum of RGB (Red+Green+Blue) = 80+202+75=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 202 (79.30% from 255 or 56.58% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CA4B is #AF35B4. Grayscale: #979797. Windows color (decimal): -11482549 or 4966992. OLE color: 4966992.

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

Color convert

RGB8020275-
CMYK0.6000.630.21
HSL117.64º54.51%54.31%-
HSV(B)117.64º62.87%79.22%-
XYZ25.744.4513.88-
YUV151.0485.0877.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.41%
GREEN value IS 202 (79.30% from 255) = 56.58%
BLUE value IS 75 (29.69% from 255) = 21.01%
R=22.41%
G=56.58%
B=21.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80202750.6000.630.21117.6454.5154.31
Hex50CA4B3C03F15763736
Octal12031211374077251666766
Binary10100001100101010010111111000111111101011110110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,202,75); }

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

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

 a { background-color: rgb(80,202,75); }

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

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

 span { border-color: rgb(80,202,75); }

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