#50A61C

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

Shades of Kelly Green #50A61C

Tints of Kelly Green #50A61C

Color information

#50A61C (or 0x50A61C) is unknown color: approx Kelly Green. HEX triplet: 50, A6 and 1C. RGB value is (80,166,28). Sum of RGB (Red+Green+Blue) = 80+166+28=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 166 (65.23% from 255 or 60.58% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 166 - color contains mainly: green. Hex color #50A61C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A61C is #AF59E3. Grayscale: #7D7D7D. Windows color (decimal): -11491812 or 1877584. OLE color: 1877584.

HSL color Cylindrical-coordinate representation of color #50A61C: hue angle of 97.39º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50A61C is Cyan = 0.52, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB8016628-
CMYK0.5200.830.35
HSL97.39º71.13%38.04%-
HSV(B)97.39º83.13%65.1%-
XYZ17.1529.065.8-
YUV124.5573.5196.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 166 (65.23% from 255) = 60.58%
BLUE value IS 28 (11.33% from 255) = 10.22%
R=29.20%
G=60.58%
B=10.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80166280.5200.830.3597.3971.1338.04
Hex50A61C3405323614726
Octal120246346401234314110746
Binary101000010100110111001101000101001110001111000011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,166,28); }

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

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

 a { background-color: rgb(80,166,28); }

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

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

 span { border-color: rgb(80,166,28); }

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