#50AC32

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

Shades of Kelly Green #50AC32

Tints of Kelly Green #50AC32

Color information

#50AC32 (or 0x50AC32) is unknown color: approx Kelly Green. HEX triplet: 50, AC and 32. RGB value is (80,172,50). Sum of RGB (Red+Green+Blue) = 80+172+50=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AC32 is #AF53CD. Grayscale: #828282. Windows color (decimal): -11490254 or 3320912. OLE color: 3320912.

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

Color convert

RGB8017250-
CMYK0.5300.710.33
HSL105.25º54.95%43.53%-
HSV(B)105.25º70.93%67.45%-
XYZ18.6431.448.1-
YUV130.5882.5291.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 172 (67.58% from 255) = 56.95%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=26.49%
G=56.95%
B=16.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80172500.5300.710.33105.2554.9543.53
Hex50AC32350472169372c
Octal12025462650107411516754
Binary101000010101100110010110101010001111000011101001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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