Html Css Color HEX #50AB1E Kelly Green

📋 copy color: '#50AB1E'

red 80 ◦ green 171 ◦ blue 30

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

Shades of Kelly Green #50AB1E

Tints of Kelly Green #50AB1E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 60.85%

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

R = 28.47%
G = 60.85%
B = 10.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#50AB1E (or 0x50AB1E) is known color: Kelly Green. HEX triplet: 50, AB and 1E. RGB value is (80,171,30). Sum of RGB (Red+Green+Blue) = 80+171+30=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 171 (67.19% from 255 or 60.85% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AB1E is #AF54E1. Grayscale: #808080. Windows color (decimal): -11490530 or 2009936. OLE color: 2009936.

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

Color convert

RGB 80 171 30 -
CMYK 0.53 0 0.82 0.33
HSL 98.72º 0.7% 0.39% -
HSV(B) 98.72º 0.82% 0.67% -
XYZ 18.11 30.93 6.24 -
YUV 127.72 72.85 93.96 -
System Red Green Blue C M Y K H S L
Decimal 80 171 30 0.53 0 0.82 0.33 98.72 0.7 0.39
Hex 50 AB 1E 35 0 52 21 63 46 27
Octal 120 253 36 65 0 122 41 143 106 47
Binary 1010000 10101011 11110 110101 0 1010010 100001 1100011 1000110 100111

Color Harmonies of #50AB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AB1E

Black with #50AB1E

Text Example


Text Example

White with #50AB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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