#50B120

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

Shades of Kelly Green #50B120

Tints of Kelly Green #50B120

Color information

#50B120 (or 0x50B120) is unknown color: approx Kelly Green. HEX triplet: 50, B1 and 20. RGB value is (80,177,32). Sum of RGB (Red+Green+Blue) = 80+177+32=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 177 (69.53% from 255 or 61.25% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 177 - color contains mainly: green. Hex color #50B120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B120 is #AF4EDF. Grayscale: #838383. Windows color (decimal): -11488992 or 2142544. OLE color: 2142544.

HSL color Cylindrical-coordinate representation of color #50B120: hue angle of 100.14º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50B120 is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB8017732-
CMYK0.5500.820.31
HSL100.14º69.38%40.98%-
HSV(B)100.14º81.92%69.41%-
XYZ19.2933.256.77-
YUV131.4771.8691.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 177 (69.53% from 255) = 61.25%
BLUE value IS 32 (12.89% from 255) = 11.07%
R=27.68%
G=61.25%
B=11.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80177320.5500.820.31100.1469.3840.98
Hex50B120370521F644529
Octal120261406701223714410551
Binary101000010110001100000110111010100101111111001001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,177,32); }

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

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

 a { background-color: rgb(80,177,32); }

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

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

 span { border-color: rgb(80,177,32); }

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