Html Css Color HEX #50D11E Kelly Green

📋 copy color: '#50D11E'

red 80 ◦ green 209 ◦ blue 30

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

Shades of Kelly Green #50D11E

Tints of Kelly Green #50D11E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 65.52%

 BLUE value IS 30 (12.11% from 255) = 9.4%

R = 25.08%
G = 65.52%
B = 9.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#50D11E (or 0x50D11E) is known color: Kelly Green. HEX triplet: 50, D1 and 1E. RGB value is (80,209,30). Sum of RGB (Red+Green+Blue) = 80+209+30=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 209 (82.03% from 255 or 65.52% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 209 - color contains mainly: green. Hex color #50D11E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D11E is #AF2EE1. Grayscale: #969696. Windows color (decimal): -11480802 or 2019664. OLE color: 2019664.

HSL color Cylindrical-coordinate representation of color #50D11E: hue angle of 103.24º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50D11E is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 209 30 -
CMYK 0.62 0 0.86 0.18
HSL 103.24º 0.75% 0.47% -
HSV(B) 103.24º 0.86% 0.82% -
XYZ 26.34 47.4 8.99 -
YUV 150.02 60.26 78.05 -
System Red Green Blue C M Y K H S L
Decimal 80 209 30 0.62 0 0.86 0.18 103.24 0.75 0.47
Hex 50 D1 1E 3E 0 56 12 67 4B 2F
Octal 120 321 36 76 0 126 22 147 113 57
Binary 1010000 11010001 11110 111110 0 1010110 10010 1100111 1001011 101111

Color Harmonies of #50D11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D11E

Black with #50D11E

Text Example


Text Example

White with #50D11E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,209,30); }

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

background-color css

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

 a { background-color: rgb(80,209,30); }

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

border-color css

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

 span { border-color: rgb(80,209,30); }

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