#50C71A

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

Shades of Kelly Green #50C71A

Tints of Kelly Green #50C71A

Color information

#50C71A (or 0x50C71A) is unknown color: approx Kelly Green. HEX triplet: 50, C7 and 1A. RGB value is (80,199,26). Sum of RGB (Red+Green+Blue) = 80+199+26=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 199 (78.12% from 255 or 65.25% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 199 - color contains mainly: green. Hex color #50C71A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C71A is #AF38E5. Grayscale: #909090. Windows color (decimal): -11483366 or 1754960. OLE color: 1754960.

HSL color Cylindrical-coordinate representation of color #50C71A: hue angle of 101.27º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50C71A is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB8019926-
CMYK0.6000.870.22
HSL101.27º76.89%44.12%-
HSV(B)101.27º86.93%78.04%-
XYZ23.9242.637.94-
YUV143.761.5882.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 199 (78.12% from 255) = 65.25%
BLUE value IS 26 (10.55% from 255) = 8.52%
R=26.23%
G=65.25%
B=8.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80199260.6000.870.22101.2776.8944.12
Hex50C71A3C05716654d2c
Octal120307327401272614511554
Binary10100001100011111010111100010101111011011001011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C71A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,199,26); }

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

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

 a { background-color: rgb(80,199,26); }

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

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

 span { border-color: rgb(80,199,26); }

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