Html Css Color HEX #50D81E Kelly Green

📋 copy color: '#50D81E'

red 80 ◦ green 216 ◦ blue 30

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

Shades of Kelly Green #50D81E

Tints of Kelly Green #50D81E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 66.26%

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

R = 24.54%
G = 66.26%
B = 9.2%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#50D81E (or 0x50D81E) is known color: Kelly Green. HEX triplet: 50, D8 and 1E. RGB value is (80,216,30). Sum of RGB (Red+Green+Blue) = 80+216+30=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 216 (84.77% from 255 or 66.26% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 216 - color contains mainly: green. Hex color #50D81E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D81E is #AF27E1. Grayscale: #9A9A9A. Windows color (decimal): -11479010 or 2021456. OLE color: 2021456.

HSL color Cylindrical-coordinate representation of color #50D81E: hue angle of 103.87º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50D81E is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 216 30 -
CMYK 0.63 0 0.86 0.15
HSL 103.87º 0.76% 0.48% -
HSV(B) 103.87º 0.86% 0.85% -
XYZ 28.1 50.91 9.57 -
YUV 154.13 57.94 75.12 -
System Red Green Blue C M Y K H S L
Decimal 80 216 30 0.63 0 0.86 0.15 103.87 0.76 0.48
Hex 50 D8 1E 3F 0 56 F 68 4C 30
Octal 120 330 36 77 0 126 17 150 114 60
Binary 1010000 11011000 11110 111111 0 1010110 1111 1101000 1001100 110000

Color Harmonies of #50D81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D81E

Black with #50D81E

Text Example


Text Example

White with #50D81E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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