Html Css Color HEX #50AE1E Kelly Green

📋 copy color: '#50AE1E'

red 80 ◦ green 174 ◦ blue 30

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

Shades of Kelly Green #50AE1E

Tints of Kelly Green #50AE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 28.17%
G = 61.27%
B = 10.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#50AE1E (or 0x50AE1E) is known color: Kelly Green. HEX triplet: 50, AE and 1E. RGB value is (80,174,30). Sum of RGB (Red+Green+Blue) = 80+174+30=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 174 (68.36% from 255 or 61.27% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AE1E is #AF51E1. Grayscale: #818181. Windows color (decimal): -11489762 or 2010704. OLE color: 2010704.

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

Color convert

RGB 80 174 30 -
CMYK 0.54 0 0.83 0.32
HSL 99.17º 0.71% 0.4% -
HSV(B) 99.17º 0.83% 0.68% -
XYZ 18.68 32.07 6.43 -
YUV 129.48 71.86 92.71 -
System Red Green Blue C M Y K H S L
Decimal 80 174 30 0.54 0 0.83 0.32 99.17 0.71 0.4
Hex 50 AE 1E 36 0 53 20 63 47 28
Octal 120 256 36 66 0 123 40 143 107 50
Binary 1010000 10101110 11110 110110 0 1010011 100000 1100011 1000111 101000

Color Harmonies of #50AE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AE1E

Black with #50AE1E

Text Example


Text Example

White with #50AE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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