#50AD29

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

Shades of Kelly Green #50AD29

Tints of Kelly Green #50AD29

Color information

#50AD29 (or 0x50AD29) is unknown color: approx Kelly Green. HEX triplet: 50, AD and 29. RGB value is (80,173,41). Sum of RGB (Red+Green+Blue) = 80+173+41=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 173 (67.97% from 255 or 58.84% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AD29 is #AF52D6. Grayscale: #828282. Windows color (decimal): -11490007 or 2731344. OLE color: 2731344.

HSL color Cylindrical-coordinate representation of color #50AD29: hue angle of 102.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50AD29 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB8017341-
CMYK0.5400.760.32
HSL102.27º61.68%41.96%-
HSV(B)102.27º76.3%67.84%-
XYZ18.6531.757.24-
YUV130.1477.6992.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.21%
GREEN value IS 173 (67.97% from 255) = 58.84%
BLUE value IS 41 (16.41% from 255) = 13.95%
R=27.21%
G=58.84%
B=13.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80173410.5400.760.32102.2761.6841.96
Hex50AD293604C20663e2a
Octal12025551660114401467652
Binary101000010101101101001110110010011001000001100110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AD29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,173,41); }

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

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

 a { background-color: rgb(80,173,41); }

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

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

 span { border-color: rgb(80,173,41); }

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