Html Css Color HEX #50C80E Kelly Green

📋 copy color: '#50C80E'

red 80 ◦ green 200 ◦ blue 14

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

Shades of Kelly Green #50C80E

Tints of Kelly Green #50C80E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 68.03%

 BLUE value IS 14 (5.86% from 255) = 4.76%

R = 27.21%
G = 68.03%
B = 4.76%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#50C80E (or 0x50C80E) is known color: Kelly Green. HEX triplet: 50, C8 and 0E. RGB value is (80,200,14). Sum of RGB (Red+Green+Blue) = 80+200+14=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 200 (78.52% from 255 or 68.03% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 200 - color contains mainly: green. Hex color #50C80E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C80E is #AF37F1. Grayscale: #8F8F8F. Windows color (decimal): -11483122 or 968784. OLE color: 968784.

HSL color Cylindrical-coordinate representation of color #50C80E: hue angle of 98.71º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50C80E is Cyan = 0.6, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 200 14 -
CMYK 0.6 0 0.93 0.22
HSL 98.71º 0.87% 0.42% -
HSV(B) 98.71º 0.93% 0.78% -
XYZ 24.04 43.05 7.46 -
YUV 142.92 55.24 83.12 -
System Red Green Blue C M Y K H S L
Decimal 80 200 14 0.6 0 0.93 0.22 98.71 0.87 0.42
Hex 50 C8 E 3C 0 5D 16 63 57 2A
Octal 120 310 16 74 0 135 26 143 127 52
Binary 1010000 11001000 1110 111100 0 1011101 10110 1100011 1010111 101010

Color Harmonies of #50C80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C80E

Black with #50C80E

Text Example


Text Example

White with #50C80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,200,14); }

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

background-color css

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

 a { background-color: rgb(80,200,14); }

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

border-color css

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

 span { border-color: rgb(80,200,14); }

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