#50AB2F

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

Shades of Kelly Green #50AB2F

Tints of Kelly Green #50AB2F

Color information

#50AB2F (or 0x50AB2F) is unknown color: approx Kelly Green. HEX triplet: 50, AB and 2F. RGB value is (80,171,47). Sum of RGB (Red+Green+Blue) = 80+171+47=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 171 (67.19% from 255 or 57.38% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AB2F is #AF54D0. Grayscale: #828282. Windows color (decimal): -11490513 or 3124048. OLE color: 3124048.

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

Color convert

RGB8017147-
CMYK0.5300.730.33
HSL104.03º56.88%42.75%-
HSV(B)104.03º72.51%67.06%-
XYZ18.3831.047.71-
YUV129.6681.3592.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.85%
GREEN value IS 171 (67.19% from 255) = 57.38%
BLUE value IS 47 (18.75% from 255) = 15.77%
R=26.85%
G=57.38%
B=15.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80171470.5300.730.33104.0356.8842.75
Hex50AB2F350492168392b
Octal12025357650111411507153
Binary101000010101011101111110101010010011000011101000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,171,47); }

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

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

 a { background-color: rgb(80,171,47); }

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

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

 span { border-color: rgb(80,171,47); }

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