Html Css Color HEX #50AE32 Kelly Green

📋 copy color: '#50AE32'

red 80 ◦ green 174 ◦ blue 50

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

Shades of Kelly Green #50AE32

Tints of Kelly Green #50AE32

RGB

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

 GREEN value IS 174 (68.36% from 255) = 57.24%

 BLUE value IS 50 (19.92% from 255) = 16.45%

R = 26.32%
G = 57.24%
B = 16.45%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#50AE32 (or 0x50AE32) is known color: Kelly Green. HEX triplet: 50, AE and 32. RGB value is (80,174,50). Sum of RGB (Red+Green+Blue) = 80+174+50=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 174 (68.36% from 255 or 57.24% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AE32 is #AF51CD. Grayscale: #848484. Windows color (decimal): -11489742 or 3321424. OLE color: 3321424.

HSL color Cylindrical-coordinate representation of color #50AE32: hue angle of 105.48º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50AE32 is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 174 50 -
CMYK 0.54 0 0.71 0.32
HSL 105.48º 0.55% 0.44% -
HSV(B) 105.48º 0.71% 0.68% -
XYZ 19.02 32.21 8.23 -
YUV 131.76 81.86 91.08 -
System Red Green Blue C M Y K H S L
Decimal 80 174 50 0.54 0 0.71 0.32 105.48 0.55 0.44
Hex 50 AE 32 36 0 47 20 69 37 2C
Octal 120 256 62 66 0 107 40 151 67 54
Binary 1010000 10101110 110010 110110 0 1000111 100000 1101001 110111 101100

Color Harmonies of #50AE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AE32

Black with #50AE32

Text Example


Text Example

White with #50AE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,174,50); }

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

background-color css

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

 a { background-color: rgb(80,174,50); }

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

border-color css

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

 span { border-color: rgb(80,174,50); }

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