Html Css Color HEX #50D916 Kelly Green

📋 copy color: '#50D916'

red 80 ◦ green 217 ◦ blue 22

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

Shades of Kelly Green #50D916

Tints of Kelly Green #50D916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.9%

R = 25.08%
G = 68.03%
B = 6.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#50D916 (or 0x50D916) is known color: Kelly Green. HEX triplet: 50, D9 and 16. RGB value is (80,217,22). Sum of RGB (Red+Green+Blue) = 80+217+22=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 217 (85.16% from 255 or 68.03% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 217 - color contains mainly: green. Hex color #50D916 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D916 is #AF26E9. Grayscale: #9A9A9A. Windows color (decimal): -11478762 or 1497424. OLE color: 1497424.

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

Color convert

RGB 80 217 22 -
CMYK 0.63 0 0.90 0.15
HSL 102.15º 0.82% 0.47% -
HSV(B) 102.15º 0.9% 0.85% -
XYZ 28.27 51.39 9.19 -
YUV 153.81 53.61 75.36 -
System Red Green Blue C M Y K H S L
Decimal 80 217 22 0.63 0 0.90 0.15 102.15 0.82 0.47
Hex 50 D9 16 3F 0 5A F 66 52 2F
Octal 120 331 26 77 0 132 17 146 122 57
Binary 1010000 11011001 10110 111111 0 1011010 1111 1100110 1010010 101111

Color Harmonies of #50D916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D916

Black with #50D916

Text Example


Text Example

White with #50D916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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