Html Css Color HEX #50C40F Kelly Green

📋 copy color: '#50C40F'

red 80 ◦ green 196 ◦ blue 15

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

Shades of Kelly Green #50C40F

Tints of Kelly Green #50C40F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 67.35%

 BLUE value IS 15 (6.25% from 255) = 5.15%

R = 27.49%
G = 67.35%
B = 5.15%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#50C40F (or 0x50C40F) is known color: Kelly Green. HEX triplet: 50, C4 and 0F. RGB value is (80,196,15). Sum of RGB (Red+Green+Blue) = 80+196+15=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 196 (76.95% from 255 or 67.35% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 196 - color contains mainly: green. Hex color #50C40F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C40F is #AF3BF0. Grayscale: #8D8D8D. Windows color (decimal): -11484145 or 1033296. OLE color: 1033296.

HSL color Cylindrical-coordinate representation of color #50C40F: hue angle of 98.45º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50C40F is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 196 15 -
CMYK 0.59 0 0.92 0.23
HSL 98.45º 0.86% 0.41% -
HSV(B) 98.45º 0.92% 0.77% -
XYZ 23.13 41.22 7.19 -
YUV 140.68 57.07 84.72 -
System Red Green Blue C M Y K H S L
Decimal 80 196 15 0.59 0 0.92 0.23 98.45 0.86 0.41
Hex 50 C4 F 3B 0 5C 17 62 56 29
Octal 120 304 17 73 0 134 27 142 126 51
Binary 1010000 11000100 1111 111011 0 1011100 10111 1100010 1010110 101001

Color Harmonies of #50C40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C40F

Black with #50C40F

Text Example


Text Example

White with #50C40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,196,15); }

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

background-color css

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

 a { background-color: rgb(80,196,15); }

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

border-color css

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

 span { border-color: rgb(80,196,15); }

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