Html Css Color HEX #50AE0E Kelly Green

📋 copy color: '#50AE0E'

red 80 ◦ green 174 ◦ blue 14

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

Shades of Kelly Green #50AE0E

Tints of Kelly Green #50AE0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.22%

R = 29.85%
G = 64.93%
B = 5.22%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#50AE0E (or 0x50AE0E) is known color: Kelly Green. HEX triplet: 50, AE and 0E. RGB value is (80,174,14). Sum of RGB (Red+Green+Blue) = 80+174+14=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 174 (68.36% from 255 or 64.93% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AE0E is #AF51F1. Grayscale: #808080. Windows color (decimal): -11489778 or 962128. OLE color: 962128.

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

Color convert

RGB 80 174 14 -
CMYK 0.54 0 0.92 0.32
HSL 95.25º 0.85% 0.37% -
HSV(B) 95.25º 0.92% 0.68% -
XYZ 18.52 32.01 5.62 -
YUV 127.65 63.86 94.01 -
System Red Green Blue C M Y K H S L
Decimal 80 174 14 0.54 0 0.92 0.32 95.25 0.85 0.37
Hex 50 AE E 36 0 5C 20 5F 55 25
Octal 120 256 16 66 0 134 40 137 125 45
Binary 1010000 10101110 1110 110110 0 1011100 100000 1011111 1010101 100101

Color Harmonies of #50AE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AE0E

Black with #50AE0E

Text Example


Text Example

White with #50AE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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