#50D31A

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

Shades of Kelly Green #50D31A

Tints of Kelly Green #50D31A

Color information

#50D31A (or 0x50D31A) is unknown color: approx Kelly Green. HEX triplet: 50, D3 and 1A. RGB value is (80,211,26). Sum of RGB (Red+Green+Blue) = 80+211+26=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 211 (82.81% from 255 or 66.56% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 211 - color contains mainly: green. Hex color #50D31A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D31A is #AF2CE5. Grayscale: #979797. Windows color (decimal): -11480294 or 1758032. OLE color: 1758032.

HSL color Cylindrical-coordinate representation of color #50D31A: hue angle of 102.49º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50D31A is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB8021126-
CMYK0.6200.880.17
HSL102.49º78.06%46.47%-
HSV(B)102.49º87.68%82.75%-
XYZ26.7948.378.9-
YUV150.7457.677.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 211 (82.81% from 255) = 66.56%
BLUE value IS 26 (10.55% from 255) = 8.20%
R=25.24%
G=66.56%
B=8.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal80211260.6200.880.17102.4978.0646.47
Hex50D31A3E05811664e2e
Octal120323327601302114611656
Binary10100001101001111010111110010110001000111001101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,211,26); }

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

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

 a { background-color: rgb(80,211,26); }

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

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

 span { border-color: rgb(80,211,26); }

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