#50BA20

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

Shades of Kelly Green #50BA20

Tints of Kelly Green #50BA20

Color information

#50BA20 (or 0x50BA20) is unknown color: approx Kelly Green. HEX triplet: 50, BA and 20. RGB value is (80,186,32). Sum of RGB (Red+Green+Blue) = 80+186+32=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BA20 is #AF45DF. Grayscale: #898989. Windows color (decimal): -11486688 or 2144848. OLE color: 2144848.

HSL color Cylindrical-coordinate representation of color #50BA20: hue angle of 101.3º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50BA20 is Cyan = 0.57, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB8018632-
CMYK0.5700.830.27
HSL101.3º70.64%42.75%-
HSV(B)101.3º82.8%72.94%-
XYZ21.1336.937.38-
YUV136.7568.8887.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.85%
GREEN value IS 186 (73.05% from 255) = 62.42%
BLUE value IS 32 (12.89% from 255) = 10.74%
R=26.85%
G=62.42%
B=10.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80186320.5700.830.27101.370.6442.75
Hex50BA20390531B65472b
Octal120272407101233314510753
Binary101000010111010100000111001010100111101111001011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,186,32); }

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

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

 a { background-color: rgb(80,186,32); }

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

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

 span { border-color: rgb(80,186,32); }

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