#50AD32

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

Shades of Kelly Green #50AD32

Tints of Kelly Green #50AD32

Color information

#50AD32 (or 0x50AD32) is unknown color: approx Kelly Green. HEX triplet: 50, AD and 32. RGB value is (80,173,50). Sum of RGB (Red+Green+Blue) = 80+173+50=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AD32 is #AF52CD. Grayscale: #838383. Windows color (decimal): -11489998 or 3321168. OLE color: 3321168.

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

Color convert

RGB8017350-
CMYK0.5400.710.32
HSL105.37º55.16%43.73%-
HSV(B)105.37º71.1%67.84%-
XYZ18.8331.828.17-
YUV131.1782.1991.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 173 (67.97% from 255) = 57.10%
BLUE value IS 50 (19.92% from 255) = 16.50%
R=26.40%
G=57.10%
B=16.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80173500.5400.710.32105.3755.1643.73
Hex50AD32360472069372c
Octal12025562660107401516754
Binary101000010101101110010110110010001111000001101001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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