Html Css Color HEX #50D928 Kelly Green

📋 copy color: '#50D928'

red 80 ◦ green 217 ◦ blue 40

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

Shades of Kelly Green #50D928

Tints of Kelly Green #50D928

RGB

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

 GREEN value IS 217 (85.16% from 255) = 64.39%

 BLUE value IS 40 (16.02% from 255) = 11.87%

R = 23.74%
G = 64.39%
B = 11.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#50D928 (or 0x50D928) is known color: Kelly Green. HEX triplet: 50, D9 and 28. RGB value is (80,217,40). Sum of RGB (Red+Green+Blue) = 80+217+40=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 217 (85.16% from 255 or 64.39% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 217 - color contains mainly: green. Hex color #50D928 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D928 is #AF26D7. Grayscale: #9C9C9C. Windows color (decimal): -11478744 or 2677072. OLE color: 2677072.

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

Color convert

RGB 80 217 40 -
CMYK 0.63 0 0.82 0.15
HSL 106.44º 0.7% 0.5% -
HSV(B) 106.44º 0.82% 0.85% -
XYZ 28.5 51.48 10.44 -
YUV 155.86 62.61 73.89 -
System Red Green Blue C M Y K H S L
Decimal 80 217 40 0.63 0 0.82 0.15 106.44 0.7 0.5
Hex 50 D9 28 3F 0 52 F 6A 46 32
Octal 120 331 50 77 0 122 17 152 106 62
Binary 1010000 11011001 101000 111111 0 1010010 1111 1101010 1000110 110010

Color Harmonies of #50D928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D928

Black with #50D928

Text Example


Text Example

White with #50D928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,217,40); }

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

background-color css

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

 a { background-color: rgb(80,217,40); }

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

border-color css

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

 span { border-color: rgb(80,217,40); }

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