#50B631

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

Shades of Kelly Green #50B631

Tints of Kelly Green #50B631

Color information

#50B631 (or 0x50B631) is unknown color: approx Kelly Green. HEX triplet: 50, B6 and 31. RGB value is (80,182,49). Sum of RGB (Red+Green+Blue) = 80+182+49=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 182 (71.48% from 255 or 58.52% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 182 - color contains mainly: green. Hex color #50B631 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B631 is #AF49CE. Grayscale: #888888. Windows color (decimal): -11487695 or 3257936. OLE color: 3257936.

HSL color Cylindrical-coordinate representation of color #50B631: hue angle of 106.02º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50B631 is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB8018249-
CMYK0.5600.730.29
HSL106.02º57.58%45.29%-
HSV(B)106.02º73.08%71.37%-
XYZ20.5935.388.65-
YUV136.3478.7187.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.72%
GREEN value IS 182 (71.48% from 255) = 58.52%
BLUE value IS 49 (19.53% from 255) = 15.76%
R=25.72%
G=58.52%
B=15.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80182490.5600.730.29106.0257.5845.29
Hex50B631380491D6a3a2d
Octal12026661700111351527255
Binary10100001011011011000111100001001001111011101010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,182,49); }

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

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

 a { background-color: rgb(80,182,49); }

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

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

 span { border-color: rgb(80,182,49); }

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