Html Css Color HEX #50AC1E Kelly Green

📋 copy color: '#50AC1E'

red 80 ◦ green 172 ◦ blue 30

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

Shades of Kelly Green #50AC1E

Tints of Kelly Green #50AC1E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 60.99%

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

R = 28.37%
G = 60.99%
B = 10.64%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#50AC1E (or 0x50AC1E) is known color: Kelly Green. HEX triplet: 50, AC and 1E. RGB value is (80,172,30). Sum of RGB (Red+Green+Blue) = 80+172+30=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 172 (67.58% from 255 or 60.99% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AC1E is #AF53E1. Grayscale: #808080. Windows color (decimal): -11490274 or 2010192. OLE color: 2010192.

HSL color Cylindrical-coordinate representation of color #50AC1E: hue angle of 98.87º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50AC1E is Cyan = 0.53, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 172 30 -
CMYK 0.53 0 0.83 0.33
HSL 98.87º 0.7% 0.4% -
HSV(B) 98.87º 0.83% 0.67% -
XYZ 18.3 31.3 6.31 -
YUV 128.3 72.52 93.55 -
System Red Green Blue C M Y K H S L
Decimal 80 172 30 0.53 0 0.83 0.33 98.87 0.7 0.4
Hex 50 AC 1E 35 0 53 21 63 46 28
Octal 120 254 36 65 0 123 41 143 106 50
Binary 1010000 10101100 11110 110101 0 1010011 100001 1100011 1000110 101000

Color Harmonies of #50AC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AC1E

Black with #50AC1E

Text Example


Text Example

White with #50AC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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