#50a617

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

Shades of Kelly Green #50A617

Tints of Kelly Green #50A617

Color information

#50A617 (or 0x50A617) is unknown color: approx Kelly Green. HEX triplet: 50, A6 and 17. RGB value is (80,166,23). Sum of RGB (Red+Green+Blue) = 80+166+23=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 166 (65.23% from 255 or 61.71% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 166 - color contains mainly: green. Hex color #50A617 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A617 is #AF59E8. Grayscale: #7C7C7C. Windows color (decimal): -11491817 or 1549904. OLE color: 1549904.

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

Color convert

RGB8016623-
CMYK0.5200.860.35
HSL96.08º75.66%37.06%-
HSV(B)96.08º86.14%65.1%-
XYZ17.129.045.51-
YUV123.9871.0196.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 166 (65.23% from 255) = 61.71%
BLUE value IS 23 (9.38% from 255) = 8.55%
R=29.74%
G=61.71%
B=8.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80166230.5200.860.3596.0875.6637.06
Hex50A6173405623604c25
Octal120246276401264314011445
Binary101000010100110101111101000101011010001111000001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50a617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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