#50AB14

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

Shades of Kelly Green #50AB14

Tints of Kelly Green #50AB14

Color information

#50AB14 (or 0x50AB14) is unknown color: approx Kelly Green. HEX triplet: 50, AB and 14. RGB value is (80,171,20). Sum of RGB (Red+Green+Blue) = 80+171+20=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 171 (67.19% from 255 or 63.10% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AB14 is #AF54EB. Grayscale: #7F7F7F. Windows color (decimal): -11490540 or 1354576. OLE color: 1354576.

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

Color convert

RGB8017120-
CMYK0.5300.880.33
HSL96.16º79.06%37.45%-
HSV(B)96.16º88.3%67.06%-
XYZ1830.885.67-
YUV126.5867.8594.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 171 (67.19% from 255) = 63.10%
BLUE value IS 20 (8.20% from 255) = 7.38%
R=29.52%
G=63.10%
B=7.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80171200.5300.880.3396.1679.0637.45
Hex50AB143505821604f25
Octal120253246501304114011745
Binary101000010101011101001101010101100010000111000001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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