Html Css Color HEX #50E31A Kelly Green

📋 copy color: '#50E31A'

red 80 ◦ green 227 ◦ blue 26

#50E31A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #50E31A

Tints of Kelly Green #50E31A

RGB

 RED value IS 80 (31.64% from 255) = 24.02%

 GREEN value IS 227 (89.06% from 255) = 68.17%

 BLUE value IS 26 (10.55% from 255) = 7.81%

R = 24.02%
G = 68.17%
B = 7.81%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#50E31A (or 0x50E31A) is known color: Kelly Green. HEX triplet: 50, E3 and 1A. RGB value is (80,227,26). Sum of RGB (Red+Green+Blue) = 80+227+26=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 227 (89.06% from 255 or 68.17% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 227 - color contains mainly: green. Hex color #50E31A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E31A is #AF1CE5. Grayscale: #A0A0A0. Windows color (decimal): -11476198 or 1762128. OLE color: 1762128.

HSL color Cylindrical-coordinate representation of color #50E31A: hue angle of 103.88º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50E31A is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 227 26 -
CMYK 0.65 0 0.89 0.11
HSL 103.88º 0.79% 0.5% -
HSV(B) 103.88º 0.89% 0.89% -
XYZ 30.96 56.72 10.29 -
YUV 160.13 52.3 70.84 -
System Red Green Blue C M Y K H S L
Decimal 80 227 26 0.65 0 0.89 0.11 103.88 0.79 0.5
Hex 50 E3 1A 41 0 59 B 68 4F 32
Octal 120 343 32 101 0 131 13 150 117 62
Binary 1010000 11100011 11010 1000001 0 1011001 1011 1101000 1001111 110010

Color Harmonies of #50E31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E31A

Black with #50E31A

Text Example


Text Example

White with #50E31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50E31A;
 }
 .AnyTagClassName
 {
   color: #50E31A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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