Html Css Color HEX #50D51E Kelly Green

📋 copy color: '#50D51E'

red 80 ◦ green 213 ◦ blue 30

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

Shades of Kelly Green #50D51E

Tints of Kelly Green #50D51E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 65.94%

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

R = 24.77%
G = 65.94%
B = 9.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#50D51E (or 0x50D51E) is known color: Kelly Green. HEX triplet: 50, D5 and 1E. RGB value is (80,213,30). Sum of RGB (Red+Green+Blue) = 80+213+30=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 213 (83.59% from 255 or 65.94% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 213 - color contains mainly: green. Hex color #50D51E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D51E is #AF2AE1. Grayscale: #989898. Windows color (decimal): -11479778 or 2020688. OLE color: 2020688.

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

Color convert

RGB 80 213 30 -
CMYK 0.62 0 0.86 0.16
HSL 103.61º 0.75% 0.48% -
HSV(B) 103.61º 0.86% 0.84% -
XYZ 27.34 49.39 9.32 -
YUV 152.37 58.94 76.38 -
System Red Green Blue C M Y K H S L
Decimal 80 213 30 0.62 0 0.86 0.16 103.61 0.75 0.48
Hex 50 D5 1E 3E 0 56 10 68 4B 30
Octal 120 325 36 76 0 126 20 150 113 60
Binary 1010000 11010101 11110 111110 0 1010110 10000 1101000 1001011 110000

Color Harmonies of #50D51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D51E

Black with #50D51E

Text Example


Text Example

White with #50D51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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