#50A82D

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

Shades of Kelly Green #50A82D

Tints of Kelly Green #50A82D

Color information

#50A82D (or 0x50A82D) is unknown color: approx Kelly Green. HEX triplet: 50, A8 and 2D. RGB value is (80,168,45). Sum of RGB (Red+Green+Blue) = 80+168+45=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 168 (66.02% from 255 or 57.34% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 168 - color contains mainly: green. Hex color #50A82D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A82D is #AF57D2. Grayscale: #808080. Windows color (decimal): -11491283 or 2992208. OLE color: 2992208.

HSL color Cylindrical-coordinate representation of color #50A82D: hue angle of 102.93º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50A82D is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB8016845-
CMYK0.5200.730.34
HSL102.93º57.75%41.76%-
HSV(B)102.93º73.21%65.88%-
XYZ17.7829.97.32-
YUV127.6781.3594-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 168 (66.02% from 255) = 57.34%
BLUE value IS 45 (17.97% from 255) = 15.36%
R=27.30%
G=57.34%
B=15.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal80168450.5200.730.34102.9357.7541.76
Hex50A82D3404922673a2a
Octal12025055640111421477252
Binary101000010101000101101110100010010011000101100111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,168,45); }

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

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

 a { background-color: rgb(80,168,45); }

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

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

 span { border-color: rgb(80,168,45); }

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