#50AB1F

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

Shades of Kelly Green #50AB1F

Tints of Kelly Green #50AB1F

Color information

#50AB1F (or 0x50AB1F) is unknown color: approx Kelly Green. HEX triplet: 50, AB and 1F. RGB value is (80,171,31). Sum of RGB (Red+Green+Blue) = 80+171+31=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 171 (67.19% from 255 or 60.64% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AB1F is #AF54E0. Grayscale: #808080. Windows color (decimal): -11490529 or 2075472. OLE color: 2075472.

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

Color convert

RGB8017131-
CMYK0.5300.820.33
HSL99º69.31%39.61%-
HSV(B)99º81.87%67.06%-
XYZ18.1230.936.31-
YUV127.8373.3593.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.37%
GREEN value IS 171 (67.19% from 255) = 60.64%
BLUE value IS 31 (12.5% from 255) = 10.99%
R=28.37%
G=60.64%
B=10.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80171310.5300.820.339969.3139.61
Hex50AB1F3505221634528
Octal120253376501224114310550
Binary101000010101011111111101010101001010000111000111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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