Html Css Color HEX #50C424 Kelly Green

📋 copy color: '#50C424'

red 80 ◦ green 196 ◦ blue 36

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

Shades of Kelly Green #50C424

Tints of Kelly Green #50C424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.54%

R = 25.64%
G = 62.82%
B = 11.54%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#50C424 (or 0x50C424) is known color: Kelly Green. HEX triplet: 50, C4 and 24. RGB value is (80,196,36). Sum of RGB (Red+Green+Blue) = 80+196+36=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 196 (76.95% from 255 or 62.82% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 196 - color contains mainly: green. Hex color #50C424 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C424 is #AF3BDB. Grayscale: #8F8F8F. Windows color (decimal): -11484124 or 2409552. OLE color: 2409552.

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

Color convert

RGB 80 196 36 -
CMYK 0.59 0 0.82 0.23
HSL 103.5º 0.69% 0.45% -
HSV(B) 103.5º 0.82% 0.77% -
XYZ 23.37 41.31 8.41 -
YUV 143.08 67.57 83.01 -
System Red Green Blue C M Y K H S L
Decimal 80 196 36 0.59 0 0.82 0.23 103.5 0.69 0.45
Hex 50 C4 24 3B 0 52 17 68 45 2D
Octal 120 304 44 73 0 122 27 150 105 55
Binary 1010000 11000100 100100 111011 0 1010010 10111 1101000 1000101 101101

Color Harmonies of #50C424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C424

Black with #50C424

Text Example


Text Example

White with #50C424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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