#50CB4C

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

Shades of Apple #50CB4C

Tints of Apple #50CB4C

Color information

#50CB4C (or 0x50CB4C) is unknown color: approx Apple. HEX triplet: 50, CB and 4C. RGB value is (80,203,76). Sum of RGB (Red+Green+Blue) = 80+203+76=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 203 (79.69% from 255 or 56.55% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB4C is #AF34B3. Grayscale: #989898. Windows color (decimal): -11482292 or 5032784. OLE color: 5032784.

HSL color Cylindrical-coordinate representation of color #50CB4C: hue angle of 118.11º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50CB4C is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB8020376-
CMYK0.6100.630.20
HSL118.11º54.98%54.71%-
HSV(B)118.11º62.56%79.61%-
XYZ25.9744.9414.14-
YUV151.7485.2576.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.28%
GREEN value IS 203 (79.69% from 255) = 56.55%
BLUE value IS 76 (30.08% from 255) = 21.17%
R=22.28%
G=56.55%
B=21.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80203760.6100.630.20118.1154.9854.71
Hex50CB4C3D03F14763737
Octal12031311475077241666767
Binary10100001100101110011001111010111111101001110110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,203,76); }

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

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

 a { background-color: rgb(80,203,76); }

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

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

 span { border-color: rgb(80,203,76); }

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